Skip to content

Commit

Permalink
Move to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 17, 2024
1 parent 36749bf commit df3e10b
Show file tree
Hide file tree
Showing 3 changed files with 2,152 additions and 1,791 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@logux/eslint-config": "^53.0.1",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"better-node-test": "^0.5.1",
"c8": "^9.1.0",
"check-dts": "^0.7.2",
Expand All @@ -55,7 +55,7 @@
"nanostores": "^0.10.3",
"size-limit": "^11.1.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit df3e10b

Please sign in to comment.