Skip to content

Commit 5895bd9

Browse files
Merge pull request #2714 from cloudflare/vaishak/unset-token
fix: node version, unset auth token var
2 parents 2ec1b30 + 5a81485 commit 5895bd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: '20'
26+
node-version: '24'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: Install dependencies

bin/publish-npm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ else
5656
fi
5757

5858
# Publish with the appropriate tag
59+
unset NODE_AUTH_TOKEN
5960
npm publish --provenance --tag "$TAG"

0 commit comments

Comments
 (0)