Skip to content

Commit

Permalink
pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 29, 2024
1 parent bcb67bf commit 8f9896e
Show file tree
Hide file tree
Showing 3 changed files with 2,090 additions and 1,669 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x
cache: pnpm
- run: pnpm install --frozen-lockfile
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"typescript": ">= 5",
"typescript-eslint": ">= 7.5"
},
"packageManager": "pnpm@8.6.0"
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit 8f9896e

Please sign in to comment.