File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88runs-on : ubuntu-latest
99
1010container :
11- image : node:20
11+ image : node:23
1212
1313strategy :
1414fail-fast : false
2424 - uses : actions/checkout@v4
2525 - uses : actions/setup-node@v4
2626with :
27- node-version : ' 20 '
27+ node-version : ' 23 '
2828cache : ' npm'
2929 - run : npm ci
3030 - run : npm run test
Original file line number Diff line number Diff line change 1818runs-on : ubuntu-latest
1919
2020container :
21- image : node:20
21+ image : node:23
2222
2323services :
2424selenium :
2929 - uses : actions/checkout@v4
3030 - uses : actions/setup-node@v4
3131with :
32- node-version : ' 20 '
32+ node-version : ' 23 '
3333cache : ' npm'
3434 - run : npm ci
3535 - run : npm run test
Original file line number Diff line number Diff line change 88runs-on : ubuntu-latest
99
1010container :
11- image : node:20
11+ image : node:23
1212
1313strategy :
1414fail-fast : false
2424 - uses : actions/checkout@v4
2525 - uses : actions/setup-node@v4
2626with :
27- node-version : ' 20 '
27+ node-version : ' 23 '
2828cache : ' npm'
2929 - run : npm ci
3030
You can’t perform that action at this time.
0 commit comments