Skip to content

Commit

Permalink
Merge pull request #251 from webdriverio-community/electron-builder-j…
Browse files Browse the repository at this point in the history
…son-support
  • Loading branch information
goosewobbler authored Oct 31, 2023
2 parents 06784ed + 676cdfc commit 5fdc14a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
version: 8.10.0
run_install: false
- name: Run headless test
uses: coactions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.10.0
run_install: true
run_install: false
- name: NPM Setup
run: |
pnpm set registry "https://registry.npmjs.org/"
Expand All @@ -45,7 +45,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "WebdriverIO Release Bot"
- name: Install Dependencies
run: pnpm install --filter=\\!fixture-\\* --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Release
Expand Down

0 comments on commit 5fdc14a

Please sign in to comment.