mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 13:28:28 -04:00
fix pnpm setup action
This commit is contained in:
parent
9373101be7
commit
c8e86eaeb4
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -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
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user