We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566b506 commit fa706d9Copy full SHA for fa706d9
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,10 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+ - name: Setup Node.js
15
+ uses: actions/setup-node@v4
16
+ with:
17
+ node-version: 20
18
- name: Install dependencies
19
run: |
20
npm add -g pnpm
@@ -26,10 +30,14 @@ jobs:
26
30
path: Git_Commit_Analytics_win.zip
27
31
28
32
build-mac:
29
- runs-on: ubuntu-latest
33
+ runs-on: macos-latest
34
35
36
37
38
39
40
41
42
43
0 commit comments