Skip to content

Commit 6143ba8

Browse files
authored
chore(deps): update all npm packages (#327)
1 parent 3838c37 commit 6143ba8

File tree

3 files changed

+14102
-11063
lines changed

3 files changed

+14102
-11063
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)