Skip to content

Commit

Permalink
[breaking] require Node 16.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Aug 29, 2022
1 parent 7fd675f commit ef0442c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/young-pumpkins-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@sveltejs/kit': patch
'@sveltejs/package': patch
---

[breaking] require Node 16.14
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ When configuring your project settings, you must use the following settings:
- **Environment variables**
- `NODE_VERSION`: `16`

> **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.
> **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.
## Environment variables

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
},
"types": "types/index.d.ts",
"engines": {
"node": ">=16.9"
"node": ">=16.14"
}
}
2 changes: 1 addition & 1 deletion packages/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
},
"types": "types/index.d.ts",
"engines": {
"node": ">=16.9"
"node": ">=16.14"
}
}

0 comments on commit ef0442c

Please sign in to comment.