Skip to content

Commit 25cd8a4

Browse files
chore(deps): update node.js to v24
1 parent 618ea2c commit 25cd8a4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Node.js
5353
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
5454
with:
55-
node-version: '18'
55+
node-version: '24'
5656
cache: 'npm'
5757
cache-dependency-path: |
5858
tools/changelog-generator/package-lock.json

.github/workflows/generate-kong-conf-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Node.js
4646
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
4747
with:
48-
node-version: '18'
48+
node-version: '24'
4949
cache: 'npm'
5050
cache-dependency-path: tools/kong-conf-to-json/package-lock.json
5151

.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)