Skip to content

Commit 38a52cd

Browse files
committed
chore(release): use latest node for publish
- also configure registry exactly as in npmjs.org docs
1 parent 3f2b76b commit 38a52cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
token: ${{ secrets.GH_TOKEN }}
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: lts/*
25+
registry-url: 'https://registry.npmjs.org'
2526
- name: Install latest NPM
2627
# OIDC publishing requires a very up to date npm version
2728
run: |

0 commit comments

Comments
 (0)