Skip to content

Commit 2ecb0ed

Browse files
authored
[breaking] require Node 16.14 (#6388)
1 parent 77d0f79 commit 2ecb0ed

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/young-pumpkins-approve.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@sveltejs/kit': patch
3+
'@sveltejs/package': patch
4+
---
5+
6+
[breaking] require Node 16.14

packages/adapter-cloudflare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When configuring your project settings, you must use the following settings:
4949
- **Environment variables**
5050
- `NODE_VERSION`: `16`
5151

52-
> **Important:** You need to add a `NODE_VERSION` environment variable to both the "production" and "preview" environments. You can add this during project setup or later in the Pages project settings. SvelteKit requires Node `16.9` or later, so you should use `16` as the `NODE_VERSION` value.
52+
> **Important:** You need to add a `NODE_VERSION` environment variable to both the "production" and "preview" environments. You can add this during project setup or later in the Pages project settings. SvelteKit requires Node `16.14` or later, so you should use `16` as the `NODE_VERSION` value.
5353
5454
## Environment variables
5555

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
},
9090
"types": "types/index.d.ts",
9191
"engines": {
92-
"node": ">=16.9"
92+
"node": ">=16.14"
9393
}
9494
}

packages/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
},
4848
"types": "types/index.d.ts",
4949
"engines": {
50-
"node": ">=16.9"
50+
"node": ">=16.14"
5151
}
5252
}

0 commit comments

Comments
 (0)