File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44
44
fetch-depth : 0
45
45
- uses : actions/setup-node@v4
46
46
with :
47
- node-version : 20 .x
47
+ node-version : 22 .x
48
48
cache : npm
49
49
- name : install
50
50
run : npm ci
76
76
persist-credentials : false
77
77
- uses : actions/setup-node@v4
78
78
with :
79
- node-version : 20 .x
79
+ node-version : 22 .x
80
80
cache : npm
81
81
82
82
- run : npm ci
@@ -103,7 +103,7 @@ jobs:
103
103
persist-credentials : false
104
104
- uses : actions/setup-node@v4
105
105
with :
106
- node-version : 20 .x
106
+ node-version : 22 .x
107
107
cache : npm
108
108
109
109
- run : npm ci
@@ -131,7 +131,7 @@ jobs:
131
131
persist-credentials : false
132
132
- uses : actions/setup-node@v4
133
133
with :
134
- node-version : 20 .x
134
+ node-version : 22 .x
135
135
cache : npm
136
136
137
137
- run : npm ci
@@ -156,7 +156,7 @@ jobs:
156
156
- uses : actions/checkout@v4
157
157
- uses : actions/setup-node@v4
158
158
with :
159
- node-version : 20 .x
159
+ node-version : 22 .x
160
160
cache : npm
161
161
162
162
- name : install
Original file line number Diff line number Diff line change 83
83
"@types/eslint__js" : " ^8.42.3" ,
84
84
"@types/eslint-plugin-jsx-a11y" : " ^6.9.0" ,
85
85
"@types/jest" : " ^30.0.0" ,
86
- "@types/node" : " ^20 .0.0" ,
86
+ "@types/node" : " ^22 .0.0" ,
87
87
"@types/semver" : " ^7.3.8" ,
88
88
"@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
89
89
"@typescript-eslint/parser" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments