We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbc709 commit f66be06Copy full SHA for f66be06
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 22
+ node-version: 24
19
20
- run: corepack enable
21
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
package.json
@@ -7,7 +7,7 @@
7
"private": true,
8
"packageManager": "[email protected]",
9
"engines": {
10
- "node": "^22"
+ "node": "^24.0.0"
11
},
12
"simple-git-hooks": {
13
"pre-commit": "pnpm lint-staged"
0 commit comments