Skip to content

Commit

Permalink
ci: add registry url for setup-node step
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Dec 1, 2023
1 parent ef45044 commit 3621fd0
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 @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: https://registry.npmjs.org

- uses: actions/cache@v2
id: yarn-unplugged-cache
Expand Down

1 comment on commit 3621fd0

@vercel
Copy link

@vercel vercel bot commented on 3621fd0 Dec 1, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.