Use node 20

This commit is contained in:
Nick Cipollo
2023-10-17 18:36:46 -04:00
parent 5a5f227332
commit 26cdd97dfd
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,9 @@
],
"author": "GitHub",
"license": "MIT",
"engines": {
"node": ">=20"
},
"jest": {
"clearMocks": true,
"collectCoverage": true,