Skip to content

Commit

Permalink
chore: upgrade npm in pre-release workflow (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored Jul 19, 2021
1 parent 5f05f08 commit 19048e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
node-version: '*'
check-latest: true
registry-url: 'https://registry.npmjs.org'
# This can be removed once npm >=7.20.0 is installed by default.
# See https://github.com/npm/cli/issues/2755.
- name: Upgrade npm
run: npm install -g npm@latest
- name: Extract tag and version
id: extract
run: |-
Expand Down

1 comment on commit 19048e8

@github-actions
Copy link

Choose a reason for hiding this comment

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

📊 Benchmark results

Package size: 330 MB

Please sign in to comment.