Skip to content

Commit

Permalink
Partially revert 7ecc006c to fix CI/CD
Browse files Browse the repository at this point in the history
... as pnpm needs to be set up before setting up Node.js for
dependency caching to work
  • Loading branch information
ThrRip committed Nov 8, 2023
1 parent c99c97e commit 6812362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:
path: mzg.fan-assets
- name: Copy the assets out
run: cp -r mzg.fan-assets/* .
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
check-latest: true
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup utilities
run: |
sudo apt-get update
Expand Down

0 comments on commit 6812362

Please sign in to comment.