We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedefe4 commit 7844e1bCopy full SHA for 7844e1b
4 files changed
.github/workflows/alpine.yml
@@ -17,6 +17,7 @@ jobs:
17
node:
18
- 20
19
- 22
20
+ - 24
21
22
steps:
23
- name: Install Alpine build tools
.github/workflows/linux.yml
@@ -22,6 +22,10 @@ jobs:
gcc: "gcc-12"
gpp: "g++-12"
24
os: ubuntu-24.04
25
+ - node: 24
26
+ gcc: "gcc-12"
27
+ gpp: "g++-12"
28
+ os: ubuntu-24.04
29
30
31
.github/workflows/macos.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
.github/workflows/windows.yml
architecture:
- x64
0 commit comments