File tree 4 files changed +17
-17
lines changed
4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set Node.js 20.x
13
13
uses : actions/setup-node@v4
14
14
with :
15
- node-version : 20 .x
15
+ node-version : 22 .x
16
16
- name : " Install"
17
17
run : |
18
18
npm install
40
40
- name : Set Node.js 20.x
41
41
uses : actions/setup-node@v4
42
42
with :
43
- node-version : 20 .x
43
+ node-version : 22 .x
44
44
- name : " Build action for test"
45
45
run : |
46
46
npm install
87
87
- name : Set Node.js 20.x
88
88
uses : actions/setup-node@v4
89
89
with :
90
- node-version : 20 .x
90
+ node-version : 22 .x
91
91
- name : " Build action for test"
92
92
run : |
93
93
npm install
@@ -135,7 +135,7 @@ jobs:
135
135
- name : Set Node.js 20.x
136
136
uses : actions/setup-node@v4
137
137
with :
138
- node-version : 20 .x
138
+ node-version : 22 .x
139
139
- name : " Build action for test"
140
140
run : |
141
141
npm install
Original file line number Diff line number Diff line change 12
12
- name : Set Node.js 20.x
13
13
uses : actions/setup-node@v4
14
14
with :
15
- node-version : 20 .x
15
+ node-version : 22 .x
16
16
- name : " Install"
17
17
run : |
18
18
npm install
40
40
- name : Set Node.js 20.x
41
41
uses : actions/setup-node@v4
42
42
with :
43
- node-version : 20 .x
43
+ node-version : 22 .x
44
44
- name : " Build action for test"
45
45
run : |
46
46
npm install
87
87
- name : Set Node.js 20.x
88
88
uses : actions/setup-node@v4
89
89
with :
90
- node-version : 20 .x
90
+ node-version : 22 .x
91
91
- name : " Build action for test"
92
92
run : |
93
93
npm install
@@ -135,7 +135,7 @@ jobs:
135
135
- name : Set Node.js 20.x
136
136
uses : actions/setup-node@v4
137
137
with :
138
- node-version : 20 .x
138
+ node-version : 22 .x
139
139
- name : " Build action for test"
140
140
run : |
141
141
npm install
Original file line number Diff line number Diff line change 33
33
},
34
34
"devDependencies" : {
35
35
"@types/jest" : " 29.5.14" ,
36
- "@types/node" : " 20.17.24 " ,
36
+ "@types/node" : " 22.13.11 " ,
37
37
"@typescript-eslint/parser" : " 7.18.0" ,
38
38
"@vercel/ncc" : " 0.38.1" ,
39
39
"eslint" : " 8.57.1" ,
You can’t perform that action at this time.
0 commit comments