fix: add engines check to ensure older Node.js versions don't fail at… (#1752)

This commit is contained in:
Jennifer Davis 2025-06-25 21:09:40 -07:00 committed by GitHub
parent 046c7f84bc
commit 4d4b95a41d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{
"name": "@google/gemini-cli",
"version": "0.1.5",
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"workspaces": [
"packages/*"