Skip to content

Commit 849c79b

Browse files
committed
ok found docs on this - there is another stage for setting up pnpm
1 parent ed32a35 commit 849c79b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-frontend.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
41+
- uses: pnpm/action-setup@v2
42+
with:
43+
version: 6.32.9
4144
- name: Install Node.js
4245
uses: actions/setup-node@v4
4346
with:
4447
node-version-file: frontend/.node-version
4548
cache: "pnpm"
4649
cache-dependency-path: frontend/package-lock.json
4750

48-
- name: Install pnpm
49-
run: npm i -g pnpm
50-
5151
- name: Install dependencies
5252
run: pnpm i
5353

0 commit comments

Comments
 (0)