We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2442120 commit 5d6a03bCopy full SHA for 5d6a03b
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set Node.js 20.x
11
uses: actions/setup-node@v6
12
with:
13
- node-version: 20.x
+ node-version: 24.x
14
- name: 'Install'
15
run: |
16
npm install
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
- name: 'Build action for test'
40
41
package.json
@@ -31,7 +31,7 @@
31
},
32
"devDependencies": {
33
"@types/jest": "29.5.14",
34
- "@types/node": "20.19.24",
+ "@types/node": "24.10.4",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.57.1",
0 commit comments