Skip to content

Commit

Permalink
Use npm v8 instead of v9 on CI testing (#6464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Nov 10, 2022
1 parent 35c0cfa commit 64b022a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Expand Up @@ -39,7 +39,8 @@ jobs:
cache: npm

- name: Install latest npm
run: npm install --global npm@latest
# TODO: npm@9 is the latest, but it doesn't work on Node.js v12 and v14 with windows.
run: npm install --global npm@8

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 64b022a

Please sign in to comment.