File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 18
14+ node-version : 22
1515 - name : Npm cli install
1616 working-directory : .
1717 run : npm ci
Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 24
14+ node-version : 22
1515
1616 - name : Npm install
1717 working-directory : .
Original file line number Diff line number Diff line change 3434 uses : actions/checkout@v4
3535 - uses : actions/setup-node@v4
3636 with :
37- node-version : 24
37+ node-version : 22
3838
3939 - name : Npm install
4040 working-directory : .
Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 18
14+ node-version : 22
1515
1616 - name : Npm install
1717 working-directory : .
Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 24
14+ node-version : 22
1515
1616 - name : Npm install
1717 working-directory : .
Original file line number Diff line number Diff line change 3232
3333 - uses : actions/setup-node@v6
3434 with :
35- node-version : 24
35+ node-version : 22
3636
3737 - name : Npm install
3838 working-directory : .
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ jobs:
341341 name : sdk-ts-${{ inputs.version }}
342342 - uses : actions/setup-node@v6
343343 with :
344- node-version : " 24.3 "
344+ node-version : " 22 "
345345 registry-url : " https://npm.pkg.github.com"
346346 scope : " @NHSDigital"
347347
You can’t perform that action at this time.
0 commit comments