Skip to content

Commit

Permalink
fix: support development on Node 20
Browse files Browse the repository at this point in the history
This patches node-fetch so pnpm install works on Node 20: pnpm/pnpm#6424
  • Loading branch information
nickmccurdy committed Apr 22, 2023
1 parent c5e9795 commit bd6ab20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.1.2
version: 7.32.2

- name: Setup Node (${{ inputs.node }})
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"files": [
"dist"
],
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.32.2",
"scripts": {
"prChecks": "pnpm install && pnpm build && pnpm typecheck && pnpm lint && pnpm testRepo && pnpm docgen && pnpm buildSite",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit bd6ab20

Please sign in to comment.