ci: use npm ci

This commit is contained in:
Ron de las Alas 2023-11-30 11:17:40 -05:00
parent 6e8890dd8c
commit dc06a333c8

View file

@ -15,9 +15,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Run NPM Commands
run: |
npm --production=false install
npm --production=false update
npm --production=false prune
npm ci
- name: Run Lint
run: |
npm run lint