Skip to content

Commit 4d210bb

Browse files
authored
ncu: reject rollup/plugin-commonjs (#427)
Don't update `rollup/plugin-commonjs` for now until we figure it out how to solve the tests with the latest version. Closes #425
1 parent 3039290 commit 4d210bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ncu.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
- name: Update packages
3030
# ``unfetch`` is rejected here because its latest version is not compatible with our project
31-
run: ncu --upgrade --reject unfetch
31+
# ``rollup/plugin-commonjs`` is rejected because >26 breaks the tests
32+
run: ncu --upgrade --reject unfetch --reject rollup/plugin-commonjs
3233

3334
- name: Install them and update "package-lock.json"
3435
run: npm install

0 commit comments

Comments
 (0)