Skip to content

Commit c13ae5e

Browse files
authored
Merge pull request #862 from OfficeDev/user/millerds/update-node-check
[patch] Update packages to work with node v20
2 parents b7825fe + 81c58bf commit c13ae5e

File tree

11 files changed

+1151
-2960
lines changed

11 files changed

+1151
-2960
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "root",
33
"private": true,
44
"engines": {
5-
"node": ">=16 <19",
5+
"node": ">=16 <21",
66
"npm": ">=6 <=11"
77
},
88
"scripts": {

0 commit comments

Comments
 (0)