mirror of
https://github.com/actions/setup-node.git
synced 2025-08-13 12:02:13 +00:00
Change Node.js version to 24
Update Node.js version from 20 to 24 in action.yml
This commit is contained in:
parent
7e24a656e1
commit
90c12b375f
@ -37,7 +37,7 @@ outputs:
|
|||||||
node-version:
|
node-version:
|
||||||
description: 'The installed node version.'
|
description: 'The installed node version.'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node24'
|
||||||
main: 'dist/setup/index.js'
|
main: 'dist/setup/index.js'
|
||||||
post: 'dist/cache-save/index.js'
|
post: 'dist/cache-save/index.js'
|
||||||
post-if: success()
|
post-if: success()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user