Merge pull request #61 from leafac/patch-1
Use npm ci instead of npm install
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm ci
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
npm test
|
npm test
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user