Skip to content

Commit

Permalink
Pin npm@9 for now, npm@10 drops support for node@<18.17 (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer authored Sep 1, 2023
1 parent 7ada9ab commit 81c5612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: << parameters.node-version >>
# node v14 defaults to npm 6, which is too old for our package-lock.json
# should be able to remove this step when we drop node v14
- run: npm install -g npm@latest
- run: npm install -g npm@9
- node/install-packages
- run:
name: Run tests
Expand Down

0 comments on commit 81c5612

Please sign in to comment.