Skip to content

Commit

Permalink
C3: Bump node engines version in package.json (#4063)
Browse files Browse the repository at this point in the history
* C3: Bump engines version

* Changeset

* quarantine astro

* un-quarantine astro
  • Loading branch information
jculvey authored Oct 3, 2023
1 parent 02359bc commit cb4309f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changeset/fair-seahorses-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"create-cloudflare": minor
---

Bump supported node version to 18.14.1

We've recently switched out testing infrastructure to test C3 on node version 18.14.1.
As of earlier this month, Node v16 is no longer supported, and many of the underlying
framework scaffolding tools that C3 uses (ex. `create-astro`, `gatsby`) have dropped
support for node v16, which in turn causes C3 to fail for those frameworks.
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"@types/semver": "^7.5.1"
},
"engines": {
"node": ">=16.13.0"
"node": ">=18.14.1"
}
}

0 comments on commit cb4309f

Please sign in to comment.