Skip to content

Commit

Permalink
Merge pull request #10 from wavelog/dev
Browse files Browse the repository at this point in the history
no need for node installation on gh runners
  • Loading branch information
HB9HIL authored Aug 8, 2024
2 parents 954fa95 + 5824a8f commit da2db2e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 21
- name: install dependencies
run: npm install
- name: build and publish
Expand All @@ -24,9 +21,6 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 21
- name: setup python
uses: actions/setup-python@v5
with:
Expand All @@ -47,9 +41,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 21
- name: install dependencies
run: npm install
- name: build and publish
Expand Down

0 comments on commit da2db2e

Please sign in to comment.