perf: enable npm ci since we now have lockfile 🕺
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
823fb03703
commit
1569c7a14f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
node-version-file: 'package.json'
|
node-version-file: 'package.json'
|
||||||
|
|
||||||
- name: Install dependencies 🚀
|
- name: Install dependencies 🚀
|
||||||
run: npm i --prefer-offline --no-audit --omit=optional
|
run: npm ci --prefer-offline --no-audit --omit=optional
|
||||||
|
|
||||||
- name: Run linter(s) 💅
|
- name: Run linter(s) 💅
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue