Skip to content

Commit

Permalink
fix: draftMode() and cookies() error when using Next.js 15 (#98)
Browse files Browse the repository at this point in the history
* feat: support Next 15 async helpers (`cookies`, `draftMode`)

* fix: support App and Pages Router simultaneously

* ci: use Node.js 18 in Types workfow

* ci: remove TypeScript 4.6 from Types workflow (and restore Node.js 16)
  • Loading branch information
angeloashmore authored Oct 28, 2024
1 parent 0e4ce07 commit bfc69ba
Show file tree
Hide file tree
Showing 9 changed files with 694 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node: [16]
typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"]
typescript: ["4.7", "4.8", "4.9", "5.0"]

steps:
- name: Set up Node
Expand Down
Loading

0 comments on commit bfc69ba

Please sign in to comment.