Skip to content

Commit

Permalink
fix: retry fetch of pnpm script
Browse files Browse the repository at this point in the history
close #22
  • Loading branch information
zkochan committed Feb 20, 2022
1 parent 2270f39 commit d8ea532
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 30 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d8ea532

Please sign in to comment.