mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2026-02-04 16:45:52 +08:00
jsdoc: async functions should return Promise (#70)
* jsdoc: async functions should return Promise * update dist/index.js * improve ci * run anyway * update dist * test if esbuild produces deterministic builds * Update ci.yml * Update ci.yml * specify target to node16 * another try * Check for empty dataJson Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com> * build dist Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com> * build latest * modify test step * avoid skipping * go back to ncc * add back github.ref * remove additional stuff * build dist/index.js Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com> Co-authored-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
This commit is contained in:
@@ -19,11 +19,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "^0.22",
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"axios": "^1.1.3",
|
||||
"form-data": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1"
|
||||
"@actions/core": "^1.10.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user