File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 - name : Set NodeJS version
4545 uses : actions/setup-node@v3
4646 with :
47- node-version : 16
47+ node-version : 21
4848
4949 - name : Client Install
5050 id : client-install
Original file line number Diff line number Diff line change 1313 - name : Set NodeJS version
1414 uses : actions/setup-node@v3
1515 with :
16- node-version : 16
16+ node-version : 21
1717
1818 - name : Server Install
1919 id : server-install
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 - name : Set NodeJS version
130130 uses : actions/setup-node@v3
131131 with :
132- node-version : 16
132+ node-version : 21
133133
134134 # Native GitHub `actions/download-artifact@v3` doesn't allow sharing between workflows.
135135 # - Issue: https://github.com/actions/toolkit/issues/501
@@ -314,7 +314,7 @@ jobs:
314314 - name : Set NodeJS version
315315 uses : actions/setup-node@v3
316316 with :
317- node-version : 16
317+ node-version : 21
318318
319319 - name : Client CD Deploy - Update branch with CD changes
320320 id : client-cd-deploy-download-branch
Original file line number Diff line number Diff line change 5959 - name : Set NodeJS version
6060 uses : actions/setup-node@v3
6161 with :
62- node-version : 16
62+ node-version : 21
6363
6464 - name : Client CI - Download cache
6565 uses : actions/cache/restore@v3
You can’t perform that action at this time.
0 commit comments