mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 12:29:03 +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.
|
description: Verbosity level Can be -v, -vv or -vvv.
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
|
Loading…
Reference in New Issue
Block a user