Skip to content

Commit

Permalink
chore: upgrade node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Aug 28, 2024
1 parent aacdbab commit 0f16094
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install --package-lock-only && npm ci
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
{
"name": "@filen/webdav",
"version": "0.2.35",
"version": "0.2.36",
"description": "Filen WebDAV",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"filen"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"author": "Filen",
"license": "AGPLv3",
Expand Down

0 comments on commit 0f16094

Please sign in to comment.