Skip to content

Commit

Permalink
update next (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Oct 27, 2023
1 parent cd8586b commit 797fa9f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"package:types": "npx --package=@arethetypeswrong/cli attw --pack packages/next-yak"
},
"engines": {
"node": ">=16.14.0",
"node": ">=20",
"pnpm": "8"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "20.4.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.7",
"next": "13.5.4",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6",
Expand Down
72 changes: 36 additions & 36 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 797fa9f

Please sign in to comment.