1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -04:00

fix pnpm setup action

This commit is contained in:
2025-01-16 20:44:25 -05:00
parent 9373101be7
commit c8e86eaeb4
2 changed files with 0 additions and 2 deletions
-1
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
-1
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: