Skip to content

Commit 495cfeb

Browse files
committed
chore: Update rollup to v4
1 parent 28b3ba5 commit 495cfeb

3 files changed

Lines changed: 193 additions & 6 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- if: matrix.node-version == 14
2727
run: npm install --global npm@7
2828
- run: npm ci
29+
- if: matrix.node-version < 18
30+
run: npm install --no-save rollup@3
2931
- run: npm test
3032
- run: npm run test:dist
3133

package-lock.json

Lines changed: 190 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"jest": "^29.0.1",
8686
"jest-ts-webcompat-resolver": "^1.0.0",
8787
"prettier": "^3.0.2",
88-
"rollup": "^3.7.5",
88+
"rollup": "^4.12.0",
8989
"tslib": "^2.1.0",
9090
"typescript": "^5.0.3"
9191
},

0 commit comments

Comments
 (0)