Skip to content

Commit 35c5b1c

Browse files
committed
ci: update Node.js to v24, install correct Wails v3 Linux deps
1 parent 2b797b1 commit 35c5b1c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
env:
1616
NODE_OPTIONS: "--max-old-space-size=4096"
1717
GO_VERSION: "1.26"
18-
NODE_VERSION: "20"
18+
NODE_VERSION: "24"
1919
PNPM_VERSION: "10"
2020

2121
jobs:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
env:
1212
GO_VERSION: "1.26"
13-
NODE_VERSION: "20.18.1"
13+
NODE_VERSION: "24"
1414
PNPM_VERSION: "9.15.0"
1515

1616
jobs:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
env:
1212
NODE_OPTIONS: "--max-old-space-size=4096"
1313
GO_VERSION: "1.26"
14-
NODE_VERSION: "20"
14+
NODE_VERSION: "24"
1515
PNPM_VERSION: "10"
1616

1717
jobs:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
env:
1616
NODE_OPTIONS: "--max-old-space-size=4096"
1717
GO_VERSION: "1.26"
18-
NODE_VERSION: "20"
18+
NODE_VERSION: "24"
1919
PNPM_VERSION: "10"
2020

2121
jobs:

0 commit comments

Comments
 (0)