Skip to content

Commit

Permalink
fix: set registry-url for actions/setup-node@v4 when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Jul 29, 2024
1 parent 619dd4c commit 4f97583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: lts/*
cache: 'pnpm'

Expand Down

0 comments on commit 4f97583

Please sign in to comment.