File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Modify or extend workflows **only when explicitly requested**.
150150- ** Workflow Modifications** : Only when explicitly requested by users
151151- ** Quality Gates** : All checks must pass before merge to main branch
152152- ** Auto-fixes** : Utilize available auto-fix commands when appropriate
153- - ** Node.js Version** : Locked to v20.18 across all workflows for consistency
153+ - ** Node.js Version** : Locked to v20.20 across all workflows for consistency
154154- ** Cache Strategy** : Yarn cache enabled for faster CI runs
155155- ** Concurrency** : Group management to cancel in-progress runs on new commits
156156
Original file line number Diff line number Diff line change 2323 - name : Setup node environment (for building)
2424 uses : actions/setup-node@v6
2525 with :
26- node-version : 20.18
26+ node-version : 20.20
2727
2828 - name : Fetch dependencies
2929 run : |
Original file line number Diff line number Diff line change 3131 - name : Setup node environment
3232 uses : actions/setup-node@v6
3333 with :
34- node-version : 20.18
34+ node-version : 20.20
3535 # don't use cache as it may interfere with other jobs
3636 # cache: npm
3737
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 - name : Setup node environment (for building)
106106 uses : actions/setup-node@v6
107107 with :
108- node-version : 20.18
108+ node-version : 20.20
109109 cache : yarn
110110
111111 - name : Fetch dependencies
@@ -200,7 +200,7 @@ jobs:
200200 - name : Setup node environment (for building)
201201 uses : actions/setup-node@v6
202202 with :
203- node-version : 20.18
203+ node-version : 20.20
204204 cache : yarn
205205
206206 - name : Fetch dependencies
Original file line number Diff line number Diff line change 6464 - name : Setup node environment
6565 uses : actions/setup-node@v6
6666 with :
67- node-version : 20.18
67+ node-version : 20.20
6868 cache : yarn
6969
7070 - name : Bump new version
Original file line number Diff line number Diff line change 1111 "web" : " https://axone.xyz"
1212 },
1313 "engines" : {
14- "node" : " ^20.18 " ,
14+ "node" : " ^20.20 " ,
1515 "yarn" : " ~1.22.17"
1616 },
1717 "scripts" : {
You can’t perform that action at this time.
0 commit comments