Skip to content

Commit

Permalink
chore: Update rollup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Feb 24, 2024
1 parent 28b3ba5 commit 495cfeb
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- if: matrix.node-version == 14
run: npm install --global npm@7
- run: npm ci
- if: matrix.node-version < 18
run: npm install --no-save rollup@3
- run: npm test
- run: npm run test:dist

Expand Down
195 changes: 190 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"jest": "^29.0.1",
"jest-ts-webcompat-resolver": "^1.0.0",
"prettier": "^3.0.2",
"rollup": "^3.7.5",
"rollup": "^4.12.0",
"tslib": "^2.1.0",
"typescript": "^5.0.3"
},
Expand Down

0 comments on commit 495cfeb

Please sign in to comment.