Skip to content

Commit 03c6f8b

Browse files
committed
debug: github action
1 parent 11a0a35 commit 03c6f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Setup Node
7070
uses: actions/setup-node@v3
7171
with:
72-
node-version: 22.7.0
72+
node-version: 20
7373

7474
- name: Build frontend assets
7575
shell: bash

.github/workflows/release-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Node
6666
uses: actions/setup-node@v3
6767
with:
68-
node-version: 22.7.0
68+
node-version: 20
6969

7070
- name: Build frontend assets
7171
shell: bash

.github/workflows/release-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Node
6767
uses: actions/setup-node@v3
6868
with:
69-
node-version: 22.7.0
69+
node-version: 20
7070

7171
- name: Build frontend assets
7272
shell: bash

0 commit comments

Comments
 (0)