mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
Fix Node.js 16 actions deprecation warning (#79)
This commit is contained in:
parent
06aeb295d6
commit
373ff336f7
@ -64,7 +64,7 @@ inputs:
|
||||
description: Verbosity level Can be -v, -vv or -vvv.
|
||||
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'index.js'
|
||||
|
||||
branding:
|
||||
|
Loading…
Reference in New Issue
Block a user