File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 18
19
+ node-version : 22
20
20
cache : ' npm'
21
21
- run : npm ci
22
22
# Ensure packages are built
43
43
- uses : actions/checkout@v4
44
44
- uses : actions/setup-node@v4
45
45
with :
46
- node-version : 18
46
+ node-version : 22
47
47
cache : ' npm'
48
48
- run : npm ci
49
49
# Ensure packages are built
70
70
- uses : actions/checkout@v4
71
71
- uses : actions/setup-node@v4
72
72
with :
73
- node-version : 18
73
+ node-version : 22
74
74
cache : ' npm'
75
75
- run : npm ci
76
76
# Ensure packages are built
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 18
19
+ node-version : 22
20
20
cache : ' npm'
21
21
- run : npm ci
22
22
- run : npm run lint
23
23
24
24
puppeteer :
25
25
strategy :
26
26
matrix :
27
- node : [16, 18, 20]
27
+ node : [18, 20, 22 ]
28
28
runs-on : ubuntu-latest
29
29
timeout-minutes : 15
30
30
needs : lint
46
46
cli :
47
47
strategy :
48
48
matrix :
49
- node : [16, 18, 20]
49
+ node : [18, 20, 22 ]
50
50
runs-on : ubuntu-latest
51
51
timeout-minutes : 15
52
52
needs : lint
66
66
webdriverjs :
67
67
strategy :
68
68
matrix :
69
- node : [16, 18, 20]
69
+ node : [18, 20, 22 ]
70
70
runs-on : ubuntu-latest
71
71
timeout-minutes : 15
72
72
needs : lint
88
88
webdriverio :
89
89
strategy :
90
90
matrix :
91
- node : [16, 18, 20]
91
+ node : [18, 20, 22 ]
92
92
runs-on : ubuntu-latest
93
93
timeout-minutes : 15
94
94
needs : lint
@@ -110,7 +110,7 @@ jobs:
110
110
reporter_earl :
111
111
strategy :
112
112
matrix :
113
- node : [16, 18, 20]
113
+ node : [18, 20, 22 ]
114
114
runs-on : ubuntu-latest
115
115
timeout-minutes : 15
116
116
needs : lint
@@ -128,7 +128,7 @@ jobs:
128
128
react :
129
129
strategy :
130
130
matrix :
131
- node : [16, 18, 20]
131
+ node : [18, 20, 22 ]
132
132
runs-on : ubuntu-latest
133
133
timeout-minutes : 15
134
134
needs : lint
@@ -149,7 +149,7 @@ jobs:
149
149
playwright :
150
150
strategy :
151
151
matrix :
152
- node : [16, 18, 20]
152
+ node : [18, 20, 22 ]
153
153
runs-on : ubuntu-latest
154
154
timeout-minutes : 15
155
155
needs : lint
@@ -168,7 +168,7 @@ jobs:
168
168
wdio_globals_test :
169
169
strategy :
170
170
matrix :
171
- node : [16, 18, 20]
171
+ node : [18, 20, 22 ]
172
172
runs-on : ubuntu-latest
173
173
timeout-minutes : 15
174
174
needs : lint
@@ -190,7 +190,7 @@ jobs:
190
190
- uses : actions/checkout@v4
191
191
- uses : actions/setup-node@v4
192
192
with :
193
- node-version : 18
193
+ node-version : 22
194
194
cache : ' npm'
195
195
- run : npm ci
196
196
- run : npm test --workspace=test/axe-core
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 16
17
+ node-version : 22
18
18
- uses : dequelabs/axe-api-team-public/.github/actions/create-update-axe-core-pull-request-v1@main
19
19
with :
20
20
token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments