Skip to content

Commit 801717d

Browse files
authored
ci: Add node version 24 and 25 to workflow (#1109)
1 parent 3ca7ff0 commit 801717d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: 'ubuntu-latest'
5656
strategy:
5757
matrix:
58-
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
58+
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
5959
steps:
6060
- name: Checkout
6161
uses: actions/checkout@v3

.github/workflows/staging-step-1.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: NPM install
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: 16.x
42+
node-version: 24.x
4343

4444
- name: Run NPM CI
4545
run: npm ci
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: 'ubuntu-latest'
7171
strategy:
7272
matrix:
73-
node-version: [16.x, 17.x, 18.x, 19.x, 20.x]
73+
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v3
@@ -122,7 +122,7 @@ jobs:
122122
- name: NPM install
123123
uses: actions/setup-node@v3
124124
with:
125-
node-version: 16.x
125+
node-version: 24.x
126126

127127
- name: Run NPM CI
128128
run: npm ci
@@ -283,7 +283,7 @@ jobs:
283283
- name: Setup Node.js
284284
uses: actions/setup-node@v3
285285
with:
286-
node-version: 16.x
286+
node-version: 24.x
287287

288288
- name: Install dependencies
289289
run: npm ci

0 commit comments

Comments
 (0)