Skip to content

Commit 6c6dfd7

Browse files
Copilotbobbyg603
andauthored
fix: add Node.js v24 (ABI 137) to prebuilt binary build matrix (#16)
* Initial plan * Add Node.js v24 (ABI 137) to prebuilt binary build matrix Co-authored-by: bobbyg603 <2646053+bobbyg603@users.noreply.github.com> Agent-Logs-Url: https://github.com/BugSplat-Git/node-dump-syms/sessions/f21c2fbe-5f88-4465-98c1-59c5dfb23fe1 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bobbyg603 <2646053+bobbyg603@users.noreply.github.com>
1 parent 7e6c865 commit 6c6dfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/neon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
15-
node-version: [18, 20, 22]
15+
node-version: [18, 20, 22, 24]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Setup Node.js

0 commit comments

Comments
 (0)