File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- node-version : [20 .x]
10+ node-version : [22 .x]
1111 steps :
1212 - uses : actions/checkout@v4
1313 with :
3535 run : npm run ci
3636
3737 - name : Run headful puppeteer tests
38- uses : elliottback/puppeteer-headful@20.12.0 .0
38+ uses : elliottback/puppeteer-headful@22.18 .0
3939 with :
4040 args : npm test
4141
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- node-version : [ 20 .x ]
12+ node-version : [ 22 .x ]
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
3939 run : npm run ci
4040
4141 - name : Run headful puppeteer tests
42- uses : elliottback/puppeteer-headful@20.12.0 .0
42+ uses : elliottback/puppeteer-headful@22.18 .0
4343 with :
4444 args : npm test
4545
You can’t perform that action at this time.
0 commit comments