Skip to content

Commit

Permalink
chore: update ci npm version (#14294)
Browse files Browse the repository at this point in the history
  • Loading branch information
0song committed Sep 14, 2023
1 parent 4cccc76 commit 33a0315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc

- name: Update npm
run: npm install npm@latest -g
run: npm install npm@9 -g

- name: Set Nightly
run: sh ./scripts/nightly.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc

- name: Update npm
run: npm install npm@latest -g
run: npm install npm@9 -g

- name: Build&publish
run: sh ./scripts/publish.sh
Expand Down

1 comment on commit 33a0315

@AeaePawish
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great

Please sign in to comment.