Skip to content

Commit

Permalink
chore: pnpm i frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinand11 committed Sep 18, 2024
1 parent 1cb9e7e commit ff23feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: echo "$GCP_SERVICE_ACCOUNT" > services/api/credentials.json
- name: Install dependencies
run: |
sudo npm -g i pnpm@8
pnpm install
sudo npm -g i pnpm@9
pnpm i --frozen-lockfile
- name: Docker Stop Existing Run
run: sudo make prod-stop
- name: Docker Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: echo "$GCP_SERVICE_ACCOUNT" > services/api/credentials.json
- name: Install dependencies
run: |
sudo npm -g i pnpm@8
pnpm install
sudo npm -g i pnpm@9
pnpm i --frozen-lockfile
- name: Docker Build
run: sudo make prod-build
- name: Docker Stop Existing Run
Expand Down

0 comments on commit ff23feb

Please sign in to comment.