Skip to content

Commit

Permalink
Update remaining node references to use v20 (latest LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
valarnin committed Nov 24, 2024
1 parent 2b21e4b commit b8226fa
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-js-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "run actions/setup-node and `npm ci`"
runs:
using: "composite"
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
Expand Down
36 changes: 27 additions & 9 deletions 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 @@ -68,7 +68,7 @@
"@types/markdown-magic": "^1.0.1",
"@types/mini-css-extract-plugin": "^1.4.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.23",
"@types/node": "^20.11.25",
"@types/node-fetch": "^2.5.10",
"@types/tar-fs": "^2.0.0",
"@types/webpack": "^5.28.0",
Expand Down

0 comments on commit b8226fa

Please sign in to comment.