Skip to content

Commit

Permalink
build(deps): upgrade rrollup (and also drop Nodejs 16)
Browse files Browse the repository at this point in the history
Once again, Debian stable has Nodejs 18, we should be fine
  • Loading branch information
n-peugnet committed Jul 30, 2024
1 parent 6e5005f commit e37619f
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
239 changes: 233 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"carbon-preprocess-svelte": "^0.10.0",
"eslint": "^8.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"rollup": "^3.29.4",
"rollup": "^4.19.1",
"rollup-plugin-bundle-fonts": "^1.0.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.0",
Expand All @@ -45,7 +45,7 @@
"url": "git+https://github.com/club-1/webdav-drive.git"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"keywords": [
Expand Down

0 comments on commit e37619f

Please sign in to comment.