mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-28 16:26:05 +00:00
fix #1016 Update support Node.js v22
This commit is contained in:
parent
c2ac33f2c6
commit
3ad332857b
4 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ outputs:
|
|||
node-version:
|
||||
description: 'The installed node version.'
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node22'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue