Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@ jobs:
node-version: "22"
registry-url: "https://registry.npmjs.org"

- name: Upgrade npm
run: npm install -g npm@11

- name: Package Node.js API (main + per-platform sub-packages)
run: node package
working-directory: tools/nodejs_api
Expand Down Expand Up @@ -521,6 +524,9 @@ jobs:
node-version: "20"
registry-url: "https://registry.npmjs.org"

- name: Upgrade npm
run: npm install -g npm@11

- name: Show tarball contents
run: tar -tvf lbug-wasm.tar.gz
working-directory: tools/wasm
Expand Down
Loading