Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit cedef22

Browse files
authored
chore(cli): add Node version requirement (#582)
1 parent 1e9952a commit cedef22

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@
6363
"@zenstackhq/vitest-config": "workspace:*",
6464
"better-sqlite3": "catalog:",
6565
"tmp": "catalog:"
66+
},
67+
"engines": {
68+
"node": ">=20"
6669
}
6770
}

0 commit comments

Comments
 (0)