Skip to content

Commit

Permalink
add node registry url to fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Oct 4, 2024
1 parent 6f1931b commit 3fd40aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: '22.x'
registry-url: https://registry.npmjs.org/

- name: Install node modules and verify build
run: npm ci && npm run build-release
Expand Down

0 comments on commit 3fd40aa

Please sign in to comment.