Skip to content

Commit 18b9ea0

Browse files
committed
Pin aarch64-musl test image to node:22-alpine
The node:lts-alpine tag now resolves to Node 24, which lacks prebuilt better-sqlite3 binaries for arm64/musl, causing the CI test job to fail when node-gyp tries to compile without Python.
1 parent fe57952 commit 18b9ea0

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
@@ -295,7 +295,7 @@ jobs:
295295
- name: Setup and run tests
296296
uses: addnab/docker-run-action@v3
297297
with:
298-
image: node:lts-alpine
298+
image: node:22-alpine
299299
options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build'
300300
run: |
301301
set -e

0 commit comments

Comments
 (0)