Skip to content

Commit

Permalink
Install npm@latest instead of npm@next
Browse files Browse the repository at this point in the history
npm no longer uses the next tag; see npm/cli#3876 (comment)
  • Loading branch information
stefanv authored and profjsb committed Sep 27, 2022
1 parent 2a387b4 commit 00196f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
export PATH=${NPM_PACKAGES}/bin:$PATH
export NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
sudo npm -g install npm@next
sudo npm -g install npm@latest
which python; python --version
echo npm $(npm --version)
Expand Down

0 comments on commit 00196f7

Please sign in to comment.