Skip to content

Commit

Permalink
chore(build): pin to pnpm 8.9 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Nov 2, 2023
1 parent 7897edf commit ccfba04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
version: 8.9.2
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: ${{ github.event.inputs.commit }}
- uses: pnpm/action-setup@v2
with:
version: latest
version: 8.9.2
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit ccfba04

Please sign in to comment.