Skip to content

Commit ae51537

Browse files
committed
node 24 on alpine 3.20 is not building
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 8d4fd42 commit ae51537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Upload binaries to commit artifacts
186186
uses: actions/upload-artifact@v4
187-
if: matrix.node == 22 && matrix.os == 'ubuntu-24.04'
187+
if: matrix.node == 23 && matrix.os == 'ubuntu-24.04'
188188
with:
189189
name: prebuilt-binaries
190190
path: prebuilds/*

0 commit comments

Comments
 (0)