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 17, 2024
1 parent 2e07a97 commit f70f585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node }}
cache: 'npm'
cache-dependency-path: package-lock.json
# cache: 'npm'
# cache-dependency-path: package-lock.json

- name: Read package.json
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
# os: [ windows-2022, ubuntu-22.04]
# electron: [30.5.0]
electron: [29.4.6, 30.5.0, 31.6.0]
electron: [29.4.6, 30.5.1, 31.6.0]
# electron: [31.6.0, 32.1.0]

name: test-${{ matrix.os }}-v${{ matrix.electron }}
Expand Down

0 comments on commit f70f585

Please sign in to comment.