mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Upgrade to node 24 (#721)
Upgrading action to node 24 since new runner version. https://github.com/actions/runner/releases/tag/v2.327.1
This commit is contained in:
2
.github/actions/build-dist/action.yml
vendored
2
.github/actions/build-dist/action.yml
vendored
@@ -5,7 +5,7 @@ runs:
|
||||
steps:
|
||||
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 24
|
||||
cache: npm
|
||||
cache-dependency-path: sources/package-lock.json
|
||||
- name: Build distribution
|
||||
|
||||
Reference in New Issue
Block a user