Skip to content

Commit

Permalink
Update engine to specify that Node 16.7 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed May 24, 2022
1 parent 4592b76 commit 306ee84
Showing 1 changed file with 1 addition and 1 deletion.
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 306ee84

Please sign in to comment.