Skip to content

Commit

Permalink
chore: upgrade to pnpm v9 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jun 27, 2024
1 parent 02dbb36 commit 28b77dd
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier.json",
"tsconfig.json"
],
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@9.4.0",
"prettier": "./prettier.json",
"keywords": [
"zero-dependency",
Expand Down
Loading

0 comments on commit 28b77dd

Please sign in to comment.