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 18, 2024
1 parent f5da668 commit 043b0f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,19 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup env
uses: ./.github/actions/setup-env
with:
electron: ${{ inputs.build-version }}
os: ${{ matrix.os }}

- name: Get latest Node.js version
id: node-version
run: |
node tools/getVersionAction.js
echo "version=$(cat node.txt)" >> $GITHUB_OUTPUT
- name: Get latest Node.js version
- name: Print latest Node.js version
run: |
core.setFailed("${{steps.node-version.outputs.version}}")
Expand All @@ -76,11 +81,6 @@ jobs:
# core.setFailed("Unable to resolve Electron version for testing")
# fi
- name: Setup env
uses: ./.github/actions/setup-env
with:
electron: ${{ inputs.build-version }}
os: ${{ matrix.os }}
- name: install node-gyp
run: npm i -g node-gyp
Expand Down

0 comments on commit 043b0f1

Please sign in to comment.