We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c454cc4 commit 5824a8fCopy full SHA for 5824a8f
.github/workflows/electron.yml
@@ -10,9 +10,6 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-node@master
14
- with:
15
- node-version: 21
16
- name: install dependencies
17
run: npm install
18
- name: build and publish
@@ -24,9 +21,6 @@ jobs:
24
21
runs-on: macos-14
25
22
26
23
27
28
29
30
- name: setup python
31
uses: actions/setup-python@v5
32
with:
@@ -47,9 +41,6 @@ jobs:
47
41
runs-on: windows-latest
48
42
49
43
50
51
52
53
44
54
45
55
46
0 commit comments