Skip to content

Commit bdeb0bf

Browse files
committed
some more old node versions
1 parent 703fee8 commit bdeb0bf

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/internal_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup node
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: 18
31+
node-version: 24
3232
cache: 'npm'
3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL

actions/checkstyle/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ inputs:
99
description: The checkstyle file to parse and upload
1010

1111
runs:
12-
using: "node20"
12+
using: "node24"
1313
main: "dist/index.js"

actions/josm_build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ outputs:
1111
josm-test-revision:
1212
description: The actual JOSM test revision built. This is almost always the current SVN head.
1313
runs:
14-
using: 'node20'
14+
using: 'node24'
1515
main: 'dist/index.js'

actions/josm_plugin_clone/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ outputs:
55
description: The plugin directory (clone into this directory)
66

77
runs:
8-
using: "node20"
8+
using: "node24"
99
main: "dist/index.js"

actions/josm_plugin_dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ inputs:
1111
description: "The name of the plugin jar. If not preset, defaults to repo name."
1212

1313
runs:
14-
using: "node20"
14+
using: "node24"
1515
main: "dist/index.js"

actions/pmd/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ inputs:
1010
description: The PMD file to parse and upload
1111

1212
runs:
13-
using: "node20"
13+
using: "node24"
1414
main: "dist/index.js"

actions/setup-ant/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ outputs:
99
description: The location of the ant install
1010

1111
runs:
12-
using: "node20"
12+
using: "node24"
1313
main: "dist/index.js"

0 commit comments

Comments
 (0)