Skip to content

Commit

Permalink
chore: add installation of global dependencies: yarn and electron-forge
Browse files Browse the repository at this point in the history
- Add installation of global dependencies: `yarn` and `electron-forge`

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Mar 21, 2024
1 parent a95965c commit 358925a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: install global dependencies
run: |
npm install -g yarn
npm install -g electron-forge
- name: install task
run: |
echo "install task"
Expand Down

0 comments on commit 358925a

Please sign in to comment.