-
Notifications
You must be signed in to change notification settings - Fork 755
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C3: Bump node engines version in package.json (#4063)
* C3: Bump engines version * Changeset * quarantine astro * un-quarantine astro
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,6 @@ | |
"@types/semver": "^7.5.1" | ||
}, | ||
"engines": { | ||
"node": ">=16.13.0" | ||
"node": ">=18.14.1" | ||
} | ||
} |