Skip to content

Commit dc6e99b

Browse files
committed
build(deps): bump nodejs version from v20.18 to v20.20
1 parent 6473ba0 commit dc6e99b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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: |

.github/workflows/capture-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/update-versioned-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"web": "https://axone.xyz"
1212
},
1313
"engines": {
14-
"node": "^20.18",
14+
"node": "^20.20",
1515
"yarn": "~1.22.17"
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)