Skip to content

Commit

Permalink
fix: cross-fetch version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Jul 21, 2023
1 parent c07912c commit 11a4d9a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "Release PR to npm"
runs-on: ubuntu-latest
# comment out if:false to enable release PR to npm
if: false
# if: false
permissions: write-all
steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,10 @@
"tsx": "^3.12.7",
"turbo": "^1.8.8",
"typescript": "~5.1.6"
},
"pnpm": {
"overrides": {
"cross-fetch": "4.0.0"
}
}
}
29 changes: 22 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11a4d9a

Please sign in to comment.