Skip to content

Commit

Permalink
Use Node.js version 20
Browse files Browse the repository at this point in the history
This change doesn't really affect the installation speed, but it's good
to be consistent with the version used to build both nextstrain.org and
auspice.us.
  • Loading branch information
victorlin committed Oct 18, 2024
1 parent 8e117aa commit 13a105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview_on_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Checkout downstream repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 13a105f

Please sign in to comment.