Skip to content

Commit

Permalink
fix(actions): use the latest npm for releasing (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 1, 2021
1 parent 53fbbc8 commit bbf440a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: "12"
registry-url: "https://registry.npmjs.org"
- run: npm --global install npm@latest
- run: npm ci
- run: npm publish
env:
Expand Down
1 change: 1 addition & 0 deletions test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
with:
node-version: \\"12\\"
registry-url: \\"https://registry.npmjs.org\\"
- run: npm --global install npm@latest
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit bbf440a

Please sign in to comment.