update to Node 22 LTS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-02 09:54:30 +01:00
parent 983c4f7177
commit 2b8566875c
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@@ -1 +1 @@
v18
v22.12.0

View File

@@ -1,4 +1,4 @@
FROM node:20-slim AS frontend
FROM node:22-slim AS frontend
WORKDIR /app
COPY package*.json ./
RUN npm ci