Skip to content

Commit b663959

Browse files
authored
Target Node 24 instead of 18 (#133)
As discussed in the weekly development call on 16th July. This resolves clearlydefined/service#1339
1 parent e2a6712 commit b663959

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/[email protected]
2424
with:
25-
node-version: 18
25+
node-version: 24
2626
cache: 'npm'
2727
cache-dependency-path: './tools/integration/'
2828

.github/workflows/integration-test-custom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/[email protected]
5252
with:
53-
node-version: 18
53+
node-version: 24
5454
cache: 'npm'
5555
cache-dependency-path: './tools/integration/'
5656

@@ -204,7 +204,7 @@ jobs:
204204

205205
- uses: actions/[email protected]
206206
with:
207-
node-version: 18
207+
node-version: 24
208208
cache: 'npm'
209209
cache-dependency-path: './tools/integration/'
210210

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/[email protected]
3838
with:
39-
node-version: 18
39+
node-version: 24
4040
cache: 'npm'
4141
cache-dependency-path: './tools/integration/'
4242

0 commit comments

Comments
 (0)