Skip to content

Commit d4be95c

Browse files
committed
ci: add legacy-peer-deps parameter
1 parent 0dde15a commit d4be95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: ./build-wasm.sh
8888

8989
- name: Install
90-
run: npm ci
90+
run: npm ci --legacy-peer-deps
9191

9292
- name: Lint
9393
run: npm run lint
@@ -170,7 +170,7 @@ jobs:
170170
workspaces: "rs"
171171

172172
- name: NPM install
173-
run: npm ci
173+
run: npm ci --legacy-peer-deps
174174

175175
- name: Build wasm
176176
run: wasm-pack build rs --target=nodejs --out-dir ../src/wasm

0 commit comments

Comments
 (0)