mirror of
https://github.com/deployphp/action.git
synced 2025-06-28 12:14:16 +00:00
Fix Node.js 16 actions deprecation warning
This commit is contained in:
parent
06aeb295d6
commit
140cc326a2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue