Skip to content

Commit

Permalink
chore: update to node 22 and pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinewg committed Jan 18, 2025
1 parent b049700 commit c4bd2fa
Show file tree
Hide file tree
Showing 5 changed files with 4,521 additions and 3,670 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@serverless/typescript": "^3.38.0",
"@types/aws-lambda": "^8.10.133",
"@types/node": "^20.11.17",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^1.2.2",
"esbuild": "^0.20.0",
"eslint-config-custom": "workspace:*",
Expand All @@ -37,10 +37,10 @@
"vitest": "^1.2.2"
},
"engines": {
"node": ">=18",
"pnpm": ">=8",
"node": ">=22",
"pnpm": ">=9",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"packageManager": "pnpm@8.0.0"
"packageManager": "pnpm@9.15.4"
}
Loading

0 comments on commit c4bd2fa

Please sign in to comment.