mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Use npm ci instead of install
This commit is contained in:
parent
f0dc6875d7
commit
f6b048fc65
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
working-directory: ./test/wasm
|
working-directory: ./test/wasm
|
||||||
run: npm install
|
run: npm ci
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./test-dendritejs.sh
|
run: ./test-dendritejs.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue