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 }}
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
npm test
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user