Skip to content

Commit 41ee03c

Browse files
authored
use npm ci instead of install to not alter package lock deps
1 parent 5d66fcb commit 41ee03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Building phoenix release artifacts
2424
working-directory: ./phoenix
2525
run: |
26-
npm install
26+
npm ci
2727
npm run release:staging
2828
npm run zipTestFiles
2929
cp -r dist distToDeploy/

0 commit comments

Comments
 (0)