mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-07 00:00:16 +02:00
ci: fix OIDC publishing with Node 24 and registry-url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user