Skip to content

Commit 7cff2bc

Browse files
authored
infra: fix NPM publish to use trusted publishing (#205)
1 parent 417ac41 commit 7cff2bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '24'
20+
registry-url: 'https://registry.npmjs.org'
2021
- name: Set release version to package.json
2122
run: jq --indent 4 '.version = "${{ github.ref_name }}"' < package.json > package.json~ && mv package.json~ package.json
2223
- name: NPM release

0 commit comments

Comments
 (0)