From 13a105f12a8e33a7c2601cdf735a31fadc023dbb Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:25:33 -0700 Subject: [PATCH] Use Node.js version 20 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. --- .github/workflows/preview_on_downstream_repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview_on_downstream_repo.yaml b/.github/workflows/preview_on_downstream_repo.yaml index 5fc598e55..ea0949db7 100644 --- a/.github/workflows/preview_on_downstream_repo.yaml +++ b/.github/workflows/preview_on_downstream_repo.yaml @@ -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