Skip to content

Commit df40712

Browse files
committed
Remove hardcoded Node version from skill, defer to package.json engines
1 parent 944059e commit df40712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .claude/skills/build-run-core-enterprise

.claude/skills/build-run-core-enterprise/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ InfluxDB 3 Core or Enterprise instances.
1818

1919
## Prerequisites
2020

21-
- Node.js v18+ and npm v9+
21+
- Node.js and npm (see `engines` in `package.json` for minimum version)
2222
- A running InfluxDB 3 Core or Enterprise instance (default port: `8181`).
2323
When running both Core and Enterprise on the same host for testing, each
2424
needs a distinct port (e.g., Core on `8181`, Enterprise on `8281`).

0 commit comments

Comments
 (0)