Skip to content

Commit dd4b6bb

Browse files
authored
Prepare npm trusted publishing (OIDC) (#175)
1 parent 5538176 commit dd4b6bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-node@v6
4747
with:
48-
node-version: 22
48+
node-version: 24
4949
check-latest: true
5050
cache: npm
5151
registry-url: https://registry.npmjs.org
@@ -56,6 +56,9 @@ jobs:
5656
- name: Build
5757
run: npm run build
5858

59+
- name: Verify npm CLI version
60+
run: npm --version
61+
5962
- name: Publish
6063
run: npm publish --access public
6164

0 commit comments

Comments
 (0)