Skip to content

Commit 7b44616

Browse files
committed
Fix missing Alpine container for Node 24
1 parent a099d9f commit 7b44616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797

9898
container:
99-
image: node:${{ matrix.node-version }}-alpine3.18
99+
image: node:${{ matrix.node-version }}-alpine
100100

101101
steps:
102102
- name: Install build deps

0 commit comments

Comments
 (0)