Skip to content

Commit

Permalink
should probably migrate to bun anyways smh
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Nov 8, 2024
1 parent 8370e10 commit e2626cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.12.2

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.12.2

- name: Set up Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9",
"packageManager": "pnpm@9.12.2",
"prettier": {
"semi": false,
"tabWidth": 4,
Expand Down

0 comments on commit e2626cd

Please sign in to comment.