Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Nov 9, 2024
1 parent de8f241 commit 7d4e0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.12.3
run_install: true

- name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.12.3
run_install: true

- name: publish
Expand Down

0 comments on commit 7d4e0a7

Please sign in to comment.