From 63662ae36da9a4c01626e5faefe1708f57b0b706 Mon Sep 17 00:00:00 2001 From: Jason Marshall Date: Thu, 19 Feb 2026 15:59:39 -0800 Subject: [PATCH] chore: --test flag propagation appears to be fixed. --- .github/workflows/test.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21894d6..695838d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: - node-version: [18, 20, 22, 24, 25.4.0] + node-version: [18, 20, 22, 24, 25] env: CI: true diff --git a/Dockerfile b/Dockerfile index c6005ca..2e909a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM node:24.6-trixie-slim +FROM node:24-trixie-slim RUN apt update && apt install git -y