Skip to content

Commit 1067771

Browse files
committed
Fix pnpm setup
1 parent d79a6d9 commit 1067771

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
name: Install pnpm
5858
with:
5959
run_install: false
60+
version: 10
6061
- name: Publish npm package with WASM files
6162
working-directory: packages/sqlite3/wasm_build
6263
run: |

.github/workflows/test_wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
name: Install pnpm
3030
with:
3131
run_install: false
32+
version: 10
3233
- name: Dry-run npm publish
3334
working-directory: packages/sqlite3/wasm_build
3435
run: |

0 commit comments

Comments
 (0)