Skip to content

Commit

Permalink
Bump to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Sep 27, 2024
1 parent 2023b2c commit ea9a7b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ea9a7b5

Please sign in to comment.