We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3838c37 commit 6143ba8Copy full SHA for 6143ba8
.github/workflows/build-check.yml
@@ -87,7 +87,7 @@ jobs:
87
run: ./build-wasm.sh
88
89
- name: Install
90
- run: npm ci
+ run: npm ci --legacy-peer-deps
91
92
- name: Lint
93
run: npm run lint
@@ -170,7 +170,7 @@ jobs:
170
workspaces: "rs"
171
172
- name: NPM install
173
174
175
- name: Build wasm
176
run: wasm-pack build rs --target=nodejs --out-dir ../src/wasm
0 commit comments