mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Update default runtime to node16 (#414)
This commit is contained in:
parent
f099707f6e
commit
28df918a56
4 changed files with 8 additions and 8 deletions
|
@ -35,7 +35,7 @@ outputs:
|
|||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
post-if: success()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue