Upgrade to node 24

This commit is contained in:
amyu 2025-09-04 01:40:21 +09:00
parent 0a4f8b4fc8
commit beb45655ae
No known key found for this signature in database
GPG Key ID: FA9854E2CB361E7E
7 changed files with 11 additions and 5 deletions

View File

@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 24
cache: npm
cache-dependency-path: sources/package-lock.json
- name: Build distribution

View File

@ -222,7 +222,7 @@ outputs:
description: Version of Gradle that was setup by the action
runs:
using: 'node20'
using: 'node24'
main: '../dist/dependency-submission/main/index.js'
post: '../dist/dependency-submission/post/index.js'

View File

@ -239,7 +239,7 @@ outputs:
description: Version of Gradle that was setup by the action
runs:
using: 'node20'
using: 'node24'
main: '../dist/setup-gradle/main/index.js'
post: '../dist/setup-gradle/post/index.js'
post-if: '!cancelled()'

View File

@ -1,3 +1,3 @@
# Configuration file for asdf version manager
nodejs 20.19.0
nodejs 24.3.0
gradle 8.14.2

View File

@ -45,6 +45,9 @@
"prettier": "3.6.2",
"ts-jest": "29.4.1",
"typescript": "5.9.2"
},
"engines": {
"node": ">=24.0.0"
}
},
"node_modules/@actions/artifact": {

View File

@ -31,6 +31,9 @@
"gradle"
],
"license": "MIT",
"engines": {
"node": ">=24.0.0"
},
"dependencies": {
"@actions/artifact": "2.3.2",
"@actions/cache": "4.0.5",

View File

@ -21,7 +21,7 @@ outputs:
description: 'The path of the Gradle Wrapper(s) JAR that failed validation. Path is a platform-dependent relative path to git repository root. Multiple paths are separated by a | character.'
runs:
using: 'node20'
using: 'node24'
main: '../dist/wrapper-validation/main/index.js'
branding: