Skip to content

Commit

Permalink
Use npm ci to install dependencies for testing (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto authored Oct 23, 2024
1 parent ee8b397 commit b74edb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install
run: npm ci

- name: Sonar analysis
uses: sonarsource/sonarcloud-github-action@master
with:
Expand Down

0 comments on commit b74edb8

Please sign in to comment.