Skip to content

Commit 9e7b328

Browse files
authored
ci: support Node 24 (XRPLF#3105)
Support Node 24 in CI
1 parent 290795b commit 9e7b328

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 10
2828
strategy:
2929
matrix:
30-
node-version: [22.x]
30+
node-version: [24.x]
3131

3232
steps:
3333
- uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070

7171
strategy:
7272
matrix:
73-
node-version: [20.x, 22.x]
73+
node-version: [20.x, 22.x, 24.x]
7474

7575
steps:
7676
- uses: actions/checkout@v4
@@ -113,7 +113,7 @@ jobs:
113113

114114
strategy:
115115
matrix:
116-
node-version: [20.x, 22.x]
116+
node-version: [20.x, 22.x, 24.x]
117117

118118
steps:
119119
- uses: actions/checkout@v4
@@ -167,7 +167,7 @@ jobs:
167167

168168
strategy:
169169
matrix:
170-
node-version: [22.x]
170+
node-version: [24.x]
171171

172172
steps:
173173
- uses: actions/checkout@v4
@@ -220,7 +220,7 @@ jobs:
220220

221221
strategy:
222222
matrix:
223-
node-version: [22.x]
223+
node-version: [24.x]
224224

225225
steps:
226226
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)