mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-21 00:00:15 +02:00
ci: fix OIDC publishing with Node 24 and registry-url
This commit is contained in:
@@ -16,6 +16,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- 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
|
- name: Install wasm-pack
|
||||||
run: |
|
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
|
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
|
- name: Publish to npm
|
||||||
run: |
|
run: |
|
||||||
cd pkg
|
cd pkg
|
||||||
npm publish --access public --provenance
|
npm publish
|
||||||
|
|||||||
Reference in New Issue
Block a user