Skip to content

Commit

Permalink
Use Node.js 16
Browse files Browse the repository at this point in the history
Reasons to bump:

1. Both downstream repos use Node.js 16 now.
2. NPM 6 (bundled with Node.js 14) is slow to install Auspice from a
   GitHub commit reference. Later versions of NPM should fix this¹.

¹ npm/cli#4896
  • Loading branch information
victorlin committed Apr 7, 2023
1 parent e41315e commit 1e2416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_pr_for_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

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

0 comments on commit 1e2416c

Please sign in to comment.