Skip to content

Commit

Permalink
ok found docs on this - there is another stage for setting up pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 30, 2024
1 parent ed32a35 commit 849c79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: frontend/.node-version
cache: "pnpm"
cache-dependency-path: frontend/package-lock.json

- name: Install pnpm
run: npm i -g pnpm

- name: Install dependencies
run: pnpm i

Expand Down

0 comments on commit 849c79b

Please sign in to comment.