Skip to content

Commit

Permalink
fixup into update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 17, 2024
1 parent e03436e commit a536319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get_node_version/get_node_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! -f "$PACKAGE_JSON_PATH" ]; then
fi

# Extract the Node.js version from globalDependencies
NODE_VERSION=$(jq -r '.globalDependencies.node // empty' "$PACKAGE_JSON_PATH")
NODE_VERSION=$(jq -r '.azle.globalDependencies.node // empty' "$PACKAGE_JSON_PATH")

if [ -z "$NODE_VERSION" ]; then
echo "Node.js version not found in globalDependencies."
Expand Down

0 comments on commit a536319

Please sign in to comment.