Skip to content

Commit 9229bcd

Browse files
committed
chore: --test flag propagation appears to be fixed.
1 parent 96575ff commit 9229bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
node-version: [18, 20, 22, 24, 25.4.0]
38+
node-version: [18, 20, 22, 24, 25]
3939

4040
env:
4141
CI: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM node:24.6-trixie-slim
1+
FROM node:24.13.1-trixie-slim
22

33
RUN apt update && apt install git -y

0 commit comments

Comments
 (0)