Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 19, 2024
1 parent 1cf7aec commit b2fb375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
node tools/getVersionAction.js ${{ inputs.build-version }}
echo "node-version=$(cat node.txt)" >> $GITHUB_OUTPUT
# - name: Print latest Node.js version
# run: |
# core.setFailed("${{steps.node-test-version.outputs.node-version}}")
- name: Print latest Node.js version
run: |
echo "node-version: ${{ steps.node-test-version.outputs.node-version }}"
# - name: Resolve Electron version for test
Expand Down

0 comments on commit b2fb375

Please sign in to comment.