Skip to content

Commit 37a4e8c

Browse files
committed
Add node 24 support
1 parent 6a1e155 commit 37a4e8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
os: ubuntu22.04
7070
steps:
7171
- name: Clone
72-
- uses: uraimo/[email protected]
7372
run: git clone --recursive https://github.com/${{ github.repository }}.git
73+
- uses: uraimo/[email protected]
7474
name: Compile binaries
7575
with:
7676
arch: ${{ matrix.arch }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
["120"]="21.x"
2929
["127"]="22.x"
3030
["131"]="23.x"
31+
["137"]="24.x"
3132
)
3233
3334
for binary in "${binaries[@]}"; do

0 commit comments

Comments
 (0)