Skip to content

Commit 392db10

Browse files
committed
set the pnpm version to 8.6.12
1 parent f3ee6da commit 392db10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-frontend.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141
- uses: pnpm/action-setup@v2
4242
with:
43-
version: 6.32.9
43+
version: 8.6.12
4444
- name: Install Node.js
4545
uses: actions/setup-node@v4
4646
with:
@@ -50,11 +50,9 @@ jobs:
5050

5151
- name: Install dependencies
5252
run: pnpm i --frozen-lockfile
53-
working-directory: "frontend"
5453

5554
- name: Build
5655
run: pnpm build
57-
working-directory: "frontend"
5856

5957
- name: Build and push
6058
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)