Skip to content

Commit

Permalink
chore: configure registry so NODE_AUTH_TOKEN works
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed May 1, 2024
1 parent c89ad67 commit 116fe05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"

- name: Update npm for attestation feature
run: npm install -g npm@latest
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
registry=https://registry.npmjs.org/
save-exact=true

0 comments on commit 116fe05

Please sign in to comment.