Skip to content

Commit

Permalink
fix(ci): force default registry
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 25, 2023
1 parent 4f9e0dc commit 1dcac87
Showing 1 changed file with 1 addition 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 @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Upgrade npm
if: ${{ steps.release.outputs.releases_created }}
run: npm i -g npm@latest
Expand Down

0 comments on commit 1dcac87

Please sign in to comment.