1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 07:55:21 -04:00

fix pnpm setup action

This commit is contained in:
Jake Jarvis 2025-01-16 20:44:25 -05:00
parent 9373101be7
commit c8e86eaeb4
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm publish --no-git-checks

View File

@ -29,7 +29,6 @@ jobs:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- run: pnpm install --frozen-lockfile
env: