Skip to content

Commit

Permalink
try npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Oct 8, 2020
1 parent 390a2c2 commit 3ea3972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assets_code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
node-version: 12.5

- run: npm install
# same as "npm install", just uses package-lock.json", see https://stackoverflow.com/a/53325242/1348344
- run: npm ci

- run: ${{ matrix.actions.run }}

0 comments on commit 3ea3972

Please sign in to comment.