Skip to content

Commit

Permalink
chore: update ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 30, 2021
1 parent b61f3f0 commit 0ed6a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
if: "env.CI_SKIP == 'false'"
continue-on-error: true
run: |
npm i -g npm@latest
node -v && npm version && which npm && pwd && npx envinfo
- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

- name: List versions
run: |
node -v && npm -v && which npm
npm i -g npm@latest
node -v && npm version && which npm && pwd && npx envinfo
- name: Install dependencies
run: |
Expand Down

0 comments on commit 0ed6a5a

Please sign in to comment.