Skip to content

Commit

Permalink
Use npm ci instead of npm install (#1361)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 authored Dec 27, 2023
1 parent 9a537c6 commit 2ba461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
working-directory: gh-actions/${{ matrix.name }}
- run: npm run lint
working-directory: gh-actions/${{ matrix.name }}
Expand Down

0 comments on commit 2ba461d

Please sign in to comment.