feat: Update minimum Node.js version to 20 (#3277)

This commit is contained in:
matt korwel
2025-07-05 07:55:15 -07:00
committed by GitHub
parent 80aad5a42c
commit 47dc16d243
7 changed files with 14 additions and 12 deletions
+3 -3
View File
@@ -38,7 +38,7 @@
"yargs": "^17.7.2"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
}
},
"node_modules/@alcalzone/ansi-tokenize": {
@@ -11252,7 +11252,7 @@
"vitest": "^3.1.1"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
},
"packages/cli/node_modules/@testing-library/dom": {
@@ -11416,7 +11416,7 @@
"vitest": "^3.1.1"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
},
"packages/core/node_modules/ignore": {