Skip to content

Commit a848eb6

Browse files
committed
fix test
1 parent f676ab7 commit a848eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/10_validate_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Required Node.js version
4-
REQUIRED_NODE_VERSION="22"
4+
REQUIRED_NODE_VERSION="24"
55

66
# Check if Node.js is installed
77
if ! command -v node >/dev/null 2>&1; then

0 commit comments

Comments
 (0)