Skip to content

Commit

Permalink
build: use npm ci to avoid rewriting lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Aug 16, 2022
1 parent f703aee commit d0fb73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: build
run: |-
set -e
npm i
npm ci
npm run compile
pushd action
npm ci
Expand Down

0 comments on commit d0fb73e

Please sign in to comment.