fix: retry fetch of pnpm script

close #22
This commit is contained in:
Zoltan Kochan 2022-02-20 21:49:26 +02:00
parent 2270f39ef6
commit d8ea532ac4
No known key found for this signature in database
GPG key ID: 649E4D4AF74E7DEC
4 changed files with 285 additions and 30 deletions

View file

@ -8,6 +8,8 @@
},
"dependencies": {
"@actions/core": "^1.6.0",
"@pnpm/fetch": "^4.2.4",
"@pnpm/logger": "^4.0.0",
"@types/expand-tilde": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
@ -16,8 +18,7 @@
"ajv": "^6.12.6",
"expand-tilde": "^2.0.2",
"fs-extra": "^9.1.0",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.7"
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@ts-schema-autogen/cli": "^0.1.2",