Skip to content

Commit

Permalink
Drop support for Nodejs 14
Browse files Browse the repository at this point in the history
Debian stable has Nodejs 18, so everyone should be fine.
  • Loading branch information
n-peugnet committed Jul 30, 2024
1 parent f513b89 commit 718d2da
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -45,7 +45,7 @@
"url": "git+https://github.com/club-1/webdav-drive.git"
},
"engines": {
"node": ">=14.0.0",
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"keywords": [
Expand Down

0 comments on commit 718d2da

Please sign in to comment.