Use npm ci instead of install

This commit is contained in:
J. Ryan Stinnett 2021-07-09 16:01:50 +01:00
parent f0dc6875d7
commit f6b048fc65

View file

@ -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