check deps in CI - remove @vueuse/router - #1815

This commit is contained in:
Laurent GAY
2025-10-29 17:09:28 +01:00
committed by setop
parent af93502ad6
commit b162f45bbb
7 changed files with 267 additions and 252 deletions

View File

@@ -1,5 +1,5 @@
# First build the application assets
FROM node:20-alpine as assets
FROM node:22-alpine as assets
RUN apk add --no-cache python3 build-base libwebp-tools bash imagemagick ncurses
WORKDIR /build