Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 28, 2024
1 parent 7871dfa commit 26ee9ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/setup_node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ runs:
steps:
- id: get-version
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
VERSION=$(jq -r '.azle.globalDependencies.node // error("node version not found")' "package.json")
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 26ee9ce

Please sign in to comment.