Skip to content

Commit b7e354c

Browse files
committed
update NPM
1 parent 7022cd8 commit b7e354c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
scope: '@cycleplatform'
4242
always-auth: true
4343

44-
- run: npm install -g npm@latest
44+
- name: Update npm
45+
run: |
46+
sudo npm i -g npm@latest
47+
npm -v
4548
4649
- name: Install jq
4750
run: sudo apt-get update && sudo apt-get install -y jq

0 commit comments

Comments
 (0)