Skip to content

Commit

Permalink
Update engines to specify that Node 16.7 is required (#5062)
Browse files Browse the repository at this point in the history
* Update engine to specify that Node 16.7 is required

* Create tricky-beers-unite.md
  • Loading branch information
benmccann authored May 24, 2022
1 parent 60370cc commit 141d820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-beers-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/kit": patch
---

Update `engines` to specify that Node 16.7 is required
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
},
"types": "types/index.d.ts",
"engines": {
"node": ">=16"
"node": ">=16.7"
}
}

0 comments on commit 141d820

Please sign in to comment.