mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 20:54:14 +00:00
Mark job as failed on error (#14)
* fix: set failed on subprocess error * chore: update dependencies
This commit is contained in:
parent
1f9078ddea
commit
9eab20634f
39 changed files with 281 additions and 1118 deletions
36
node_modules/human-signals/package.json
generated
vendored
36
node_modules/human-signals/package.json
generated
vendored
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"_from": "human-signals@^1.1.1",
|
||||
"_id": "human-signals@1.1.1",
|
||||
"_from": "human-signals@^2.1.0",
|
||||
"_id": "human-signals@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
|
||||
"_integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
|
||||
"_location": "/human-signals",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "human-signals@^1.1.1",
|
||||
"raw": "human-signals@^2.1.0",
|
||||
"name": "human-signals",
|
||||
"escapedName": "human-signals",
|
||||
"rawSpec": "^1.1.1",
|
||||
"rawSpec": "^2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.1"
|
||||
"fetchSpec": "^2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/execa"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
||||
"_shasum": "c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3",
|
||||
"_spec": "human-signals@^1.1.1",
|
||||
"_where": "/Users/anton/dev/action/node_modules/execa",
|
||||
"_resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
||||
"_shasum": "dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0",
|
||||
"_spec": "human-signals@^2.1.0",
|
||||
"_where": "/Users/andrei/Projects/forks/deployphp-action/node_modules/execa",
|
||||
"author": {
|
||||
"name": "ehmicky",
|
||||
"email": "ehmicky@gmail.com",
|
||||
|
@ -35,20 +35,19 @@
|
|||
"deprecated": false,
|
||||
"description": "Human-friendly process signals",
|
||||
"devDependencies": {
|
||||
"@ehmicky/dev-tasks": "^0.30.48",
|
||||
"ajv": "^6.10.2",
|
||||
"ava": "^2.4.0",
|
||||
"fast-deep-equal": "^2.0.1",
|
||||
"@ehmicky/dev-tasks": "^0.31.9",
|
||||
"ajv": "^6.12.0",
|
||||
"ava": "^3.5.0",
|
||||
"gulp": "^4.0.2",
|
||||
"husky": "^3.0.9",
|
||||
"test-each": "^1.7.2"
|
||||
"husky": "^4.2.3",
|
||||
"test-each": "^2.0.0"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "src",
|
||||
"test": "test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.12.0"
|
||||
"node": ">=10.17.0"
|
||||
},
|
||||
"files": [
|
||||
"build/src",
|
||||
|
@ -92,5 +91,6 @@
|
|||
"scripts": {
|
||||
"test": "gulp test"
|
||||
},
|
||||
"version": "1.1.1"
|
||||
"types": "build/src/main.d.ts",
|
||||
"version": "2.1.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue