Skip to content

Commit

Permalink
Merge pull request #81 from nextstrain/victorlin/node20
Browse files Browse the repository at this point in the history
Bump Node.js version from 16 to 20
  • Loading branch information
jameshadfield authored Apr 10, 2024
2 parents e0e4aaa + 79464cf commit 6f538e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
- run: npm ci
- run: npm run build
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 @@ -4,7 +4,7 @@
"author": "James Hadfield",
"license": "AGPL-3.0-only",
"engines": {
"node": "16.x"
"node": "20.x"
},
"scripts": {
"modify-auspice-server": "node scripts/modify-auspice-server.js",
Expand Down

0 comments on commit 6f538e3

Please sign in to comment.