Skip to content

Commit

Permalink
ci: use latest npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 22, 2021
1 parent 05fb25f commit 0017429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: 14
- name: Install dependencies
run: |
npm i -g npm@latest
npm ci
npm link
env:
Expand Down

0 comments on commit 0017429

Please sign in to comment.