Skip to content

Commit

Permalink
Build workflow: always use latest NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Jun 19, 2021
1 parent 47318f4 commit 174e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Update NPM to the latest version
- name: Update NPM installation
run: npm install -g npm@7.17.0
run: npm install -g npm@latest

# Setup GitHub SSH key so we can npm install GitHub repositories (even needed for public ones)
- name: GitHub SSH setup
Expand Down

0 comments on commit 174e934

Please sign in to comment.