ci: fix OIDC publishing with Node 24 and registry-url

This commit is contained in:
2026-05-04 13:26:40 +02:00
parent 7fca25291c
commit d3871afb58
+7 -1
View File
@@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24.15.0'
registry-url: 'https://registry.npmjs.org'
- name: Install wasm-pack
run: |
curl -L https://github.com/wasm-bindgen/wasm-pack/releases/download/v0.14.0/wasm-pack-v0.14.0-x86_64-unknown-linux-musl.tar.gz | tar xz
@@ -44,4 +50,4 @@ jobs:
- name: Publish to npm
run: |
cd pkg
npm publish --access public --provenance
npm publish