summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormatt korwel <[email protected]>2025-07-05 07:55:15 -0700
committerGitHub <[email protected]>2025-07-05 14:55:15 +0000
commit47dc16d243d7a7fb82f52ad5028d2c0692b8e333 (patch)
tree76b3b3c68edb06647687c7c2d9e4635ddd92e292 /package.json
parent80aad5a42c4b631a675e36280bc6911965e8b797 (diff)
feat: Update minimum Node.js version to 20 (#3277)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 57d57b68..0b64f85b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@google/gemini-cli",
"version": "0.1.9",
"engines": {
- "node": ">=18.0.0"
+ "node": ">=20.0.0"
},
"type": "module",
"workspaces": [