Skip to content

Commit fa706d9

Browse files
committed
fix: ci build failed
1 parent 566b506 commit fa706d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
- name: Setup Node.js
15+
uses: actions/setup-node@v4
16+
with:
17+
node-version: 20
1418
- name: Install dependencies
1519
run: |
1620
npm add -g pnpm
@@ -26,10 +30,14 @@ jobs:
2630
path: Git_Commit_Analytics_win.zip
2731

2832
build-mac:
29-
runs-on: ubuntu-latest
33+
runs-on: macos-latest
3034
steps:
3135
- name: Checkout
3236
uses: actions/checkout@v4
37+
- name: Setup Node.js
38+
uses: actions/setup-node@v4
39+
with:
40+
node-version: 20
3341
- name: Install dependencies
3442
run: |
3543
npm add -g pnpm

0 commit comments

Comments
 (0)