Skip to content

Commit 23cc824

Browse files
committed
chore: upgraded Node.js to 20.x in GitHub Actions due to Vite 7.0 requirement
1 parent 4026018 commit 23cc824

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release-linux-webkit2-41.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: 18
72+
node-version: 20
7373

7474
- name: Build frontend assets
7575
shell: bash

.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: 18
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: 18
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: 18
69+
node-version: 20
7070

7171
- name: Build frontend assets
7272
shell: bash

0 commit comments

Comments
 (0)