Skip to content

Commit 1b0fd4a

Browse files
chore(deps): update node.js to v24
1 parent a1816b7 commit 1b0fd4a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/reusable-steps/install-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
# Configure Node to build assets
2929
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3030
with:
31-
node-version: "22"
31+
node-version: "24"
3232

3333
- name: Cache node modules
3434
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4

.github/workflows/check-links-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Configure Node to build assets
4444
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4545
with:
46-
node-version: "22"
46+
node-version: "24"
4747
- name: Cache node modules
4848
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4949
env:

.github/workflows/generate-gateway-plugins-changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Node.js
4949
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
5050
with:
51-
node-version: '18'
51+
node-version: '24'
5252
cache: 'npm'
5353
cache-dependency-path: |
5454
tools/changelog-generator/package-lock.json

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.11.1

0 commit comments

Comments
 (0)