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:
Uzlopak
2022-11-03 21:35:53 +01:00
committed by GitHub
parent 05a08b70e2
commit d00a8759d6
6 changed files with 7107 additions and 5496 deletions

View File

@@ -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"
}
}