Skip to content

Commit

Permalink
Upgrade to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Jan 3, 2024
1 parent 7370ec4 commit 8de11c4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"

- name: Build plugin
run: |
Expand Down
118 changes: 36 additions & 82 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
},
"dependencies": {
"@retorquere/zotero-sync": "^1.0.27"
},
"overrides": {
"node-fetch": "^2"
}
}

0 comments on commit 8de11c4

Please sign in to comment.