Skip to content

Commit cd58a30

Browse files
committed
feat: update Node.js version to 22 in CI and package.json
1 parent 82b8a1d commit cd58a30

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js and cache
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: '20'
31+
node-version: '22'
3232
cache: 'pnpm'
3333

3434
- name: Clear pnpm cache
@@ -75,7 +75,7 @@ jobs:
7575

7676
- uses: actions/setup-node@v3
7777
with:
78-
node-version: '20'
78+
node-version: '22'
7979
registry-url: 'https://registry.npmjs.org'
8080

8181
- name: Install dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"semantic-release": "latest",
8080
"ts-node": "latest",
8181
"tsx": "latest",
82-
"typescript": "^5.7.2",
82+
"typescript": "latest",
8383
"vitest": "latest"
8484
},
8585
"license": "MIT",
@@ -88,7 +88,7 @@
8888
"url": "https://github.com/organization-ai-projects/shared-base.git"
8989
},
9090
"engines": {
91-
"node": ">=20.0.0"
91+
"node": ">=22.0.0"
9292
},
9393
"publishConfig": {
9494
"access": "public",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)