Skip to content
Merged
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [25.x, 24.x, 22.x, 20.x]
node-version: [25.x, 24.x, 22.x]

steps:
- name: Checkout code
Expand All @@ -31,8 +31,6 @@ jobs:
run: npm ci

- name: Run tests
env:
NODE_OPTIONS: '--no-experimental-webstorage'
run: npm test

- name: Security audit
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ARG UID=200003
ARG GID=200003

FROM node:25.1-alpine3.21 AS build
FROM node:25.2-alpine3.21 AS build

ARG UID=200003
ARG GID=200003
Expand Down
Loading