Skip to content

Commit

Permalink
ci: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 30, 2023
1 parent 6e8890d commit dc06a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc06a33

Please sign in to comment.