We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f676ab7 commit a848eb6Copy full SHA for a848eb6
1 file changed
src/tests/10_validate_environment.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
# Required Node.js version
4
-REQUIRED_NODE_VERSION="22"
+REQUIRED_NODE_VERSION="24"
5
6
# Check if Node.js is installed
7
if ! command -v node >/dev/null 2>&1; then
0 commit comments