Skip to content

Commit

Permalink
XLabs/portal-bridge-ui-issues#1 - set npm ci instead of npm install t…
Browse files Browse the repository at this point in the history
…o avoid package-lock.json modifications
  • Loading branch information
sebastianscatularo committed Dec 11, 2023
1 parent 37c7e84 commit 5322ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
git config user.name "xLabs CI"
git config user.email "[email protected]"
- name: Install dependencies
run: npm install
run: npm ci
- name: Set Version
run: |
npm version $(node -p -e "require('./package.json').version")-P$(echo ${{ github.sha }} | cut -c -10)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git config user.name "xLabs CI"
git config user.email "[email protected]"
- name: Install dependencies
run: npm install
run: npm ci
- name: Set Version
run: |
npm version $(node -p -e "require('./package.json').version")-T$(echo ${{ github.sha }} | cut -c -10)
Expand Down

0 comments on commit 5322ff2

Please sign in to comment.