mirror of
https://github.com/deployphp/action.git
synced 2025-06-30 05:04:15 +00:00
Update action to use zx
This commit is contained in:
parent
d12c16f961
commit
ba36add8b1
115 changed files with 1612 additions and 7143 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"execa": "^5.1.1"
|
||||
"@actions/core": "^1.10.0",
|
||||
"zx": "^7.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=16"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue