Skip to content

Commit 7844e1b

Browse files
committed
test node 24
1 parent cedefe4 commit 7844e1b

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/alpine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node:
1818
- 20
1919
- 22
20+
- 24
2021

2122
steps:
2223
- name: Install Alpine build tools

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
gcc: "gcc-12"
2323
gpp: "g++-12"
2424
os: ubuntu-24.04
25+
- node: 24
26+
gcc: "gcc-12"
27+
gpp: "g++-12"
28+
os: ubuntu-24.04
2529

2630

2731
steps:

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
node:
1717
- 20
1818
- 22
19+
- 24
1920

2021
steps:
2122
- uses: actions/checkout@v5

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
node:
1717
- 20
1818
- 22
19+
- 24
1920

2021
architecture:
2122
- x64

0 commit comments

Comments
 (0)