fix: use npm ci

This commit is contained in:
fryorcraken.eth 2022-08-07 16:30:22 +10:00
parent 47cc98f842
commit 6786aee866
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ jobs:
path: ~/.npm
key: examples-node-v1-${{ hashFiles('**/package-lock.json') }}
- name: (npm) ${{ matrix.example }} install using npm i
- name: (npm) ${{ matrix.example }} install using npm ci
if: steps.use-yarn.outputs.lockfile != 'yarn.lock'
run: npm install
run: npm ci
working-directory: ${{ matrix.example }}
- name: (npm) ${{ matrix.example }} test