Skip to content

Commit f66be06

Browse files
Update Node.js to v24
1 parent dbbc709 commit f66be06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22
18+
node-version: 24
1919

2020
- run: corepack enable
2121

@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-node@v4
4545
with:
46-
node-version: 22
46+
node-version: 24
4747

4848
- run: corepack enable
4949

@@ -74,7 +74,7 @@ jobs:
7474

7575
- uses: actions/setup-node@v4
7676
with:
77-
node-version: 22
77+
node-version: 24
7878

7979
- run: corepack enable
8080

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": true,
88
"packageManager": "[email protected]",
99
"engines": {
10-
"node": "^22"
10+
"node": "^24.0.0"
1111
},
1212
"simple-git-hooks": {
1313
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)