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