Skip to content

Commit

Permalink
ci: use npm ci instead of npm install in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Nov 4, 2023
1 parent b4ec706 commit df529c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Npm version
run: |
npm install [email protected] -g
- name: npm install
- name: npm ci
run: |
npm install
npm ci
- name: npm run build
run: |
npm run build --if-present
Expand Down

0 comments on commit df529c6

Please sign in to comment.