Skip to content

Commit

Permalink
ci: use npm in canary workflow (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 28, 2023
1 parent 2962aac commit e99c4dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Replace electron with electron-nightly
run: |
cd electron-quick-start
yarn remove electron
yarn add --dev electron-nightly@latest
npm uninstall --save-dev electron
npm install --save-dev electron-nightly@latest
shell: bash
- name: Install Electron Packager
run: |
cd electron-quick-start
yarn add --dev electron-packager@electron/electron-packager
npm install --save-dev electron-packager@electron/electron-packager
shell: bash
- name: Package
run: |
Expand Down

0 comments on commit e99c4dc

Please sign in to comment.