use install in ci.yml

This commit is contained in:
weboko 2022-12-24 02:11:04 +01:00
parent 1d097814ec
commit fab00de3bc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
cache-dependency-path: "*/package-lock.json"
- name: install
run: npm ci
run: npm install
working-directory: ${{ matrix.example }}
- name: build