Skip to content

Commit

Permalink
declare Rollup 4 compatibility (#1594)
Browse files Browse the repository at this point in the history
* chore: declare Rollup 4 compatibility
* chore(ci): remove node < 18

---------

Co-authored-by: Mickael Jeanroy <mickael.jeanroy@gmail.com>
  • Loading branch information
lukastaegert and mjeanroy committed Oct 14, 2023
1 parent a8a8543 commit d99da73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 14, 16, 18, 19, 20 ]
node: [ 18, 19, 20 ]
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/setup-node@v3.8.1
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"test": "gulp test",
"tdd": "gulp tdd",
"changelog": "gulp changelog",
"prepare": "npm run build",
"release": "gulp release:minor",
"release:patch": "gulp release:patch",
"release:minor": "gulp release:minor",
Expand All @@ -33,7 +34,7 @@
"url": "https://github.com/mjeanroy/rollup-plugin-license"
},
"peerDependencies": {
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0"
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"commenting": "~1.1.0",
Expand Down Expand Up @@ -69,7 +70,7 @@
"jasmine-core": "3.10.1",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"rollup": "3.29.4",
"rollup": "4.0.2",
"rollup-plugin-prettier": "4.1.0",
"rollup-plugin-strip-banner": "3.1.0",
"tmp": "0.2.1",
Expand Down

0 comments on commit d99da73

Please sign in to comment.