Update package.json

Updated node version to streamline with contribution.md which calls for version 17.
This commit is contained in:
Olen Latham 2022-11-03 01:19:20 -04:00 committed by GitHub
parent 26c1c8cadb
commit b82168a45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,9 +39,9 @@
"@types/node": "^16.0.0"
},
"engines": {
"pnpm": ">=6.0.0",
"pnpm": ">=7.0.0",
"npm": "pnpm",
"yarn": "pnpm",
"node": ">=14.0.0"
"node": ">=17.0.0"
}
}