Skip to content

Commit

Permalink
fix: use newer npm when installing node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bengerman13 committed Jul 22, 2024
1 parent b2fb318 commit 46d4fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-node-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ run:
. ~/.profile
cd release-git-repo/src/kibana-cf_authentication
rm -rf node_modules
nvm install && nvm use
nvm install && nvm use && nvm install-latest-npm
npm clean-install

0 comments on commit 46d4fdc

Please sign in to comment.