Skip to content

Commit

Permalink
workflows/build: use 'npm ci' (#1241)
Browse files Browse the repository at this point in the history
That subcommand respects package-lock.json.

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored Nov 6, 2024
1 parent b4b9d76 commit 73c27a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
version: ${{ steps.opa.outputs.version }}
static: ${{ matrix.os.static }}
- run: npm install
- run: npm ci
working-directory: build
- name: Restore rq cache
id: cache-rq
Expand Down

0 comments on commit 73c27a0

Please sign in to comment.