Skip to content

Commit

Permalink
set the pnpm version to 8.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 30, 2024
1 parent f3ee6da commit 392db10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
version: 8.6.12
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -50,11 +50,9 @@ jobs:

- name: Install dependencies
run: pnpm i --frozen-lockfile
working-directory: "frontend"

- name: Build
run: pnpm build
working-directory: "frontend"

- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 392db10

Please sign in to comment.