File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - name : Install NodeJS
1414 uses : actions/setup-node@v4
1515 with :
16- node-version : 18 .x
16+ node-version : 22 .x
1717 - name : Install dependencies
1818 run : npm ci --omit=optional
1919 - name : Code linting
Original file line number Diff line number Diff line change 1414
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 18
17+ node-version : 22
1818 registry-url : " https://registry.npmjs.org"
1919
2020 - name : Configure Git
Original file line number Diff line number Diff line change 2525 strategy :
2626 matrix :
2727 runner : [ ubuntu-22.04 ]
28- node-version : [ 18.x, 20.x ]
28+ node-version : [ 18.x, 20.x, 22.x ]
2929 steps :
3030 - name : Code checkout
3131 uses : actions/checkout@v4
4949 needs : smoke-test
5050 strategy :
5151 matrix :
52- node-version : [ 18.x, 20.x ]
52+ node-version : [ 18.x, 20.x, 22.x ]
5353 container-runtime : [ docker, podman ]
5454 include :
5555 - container-runtime : docker
7878 needs : [ test-testcontainers, list-modules ]
7979 strategy :
8080 matrix :
81- node-version : [ 18.x, 20.x ]
81+ node-version : [ 18.x, 20.x, 22.x ]
8282 container-runtime : [ docker, podman ]
8383 include :
8484 - container-runtime : docker
You can’t perform that action at this time.
0 commit comments