Bump node & nuxt depencies

This commit is contained in:
Julien Nahum
2024-11-20 18:41:56 +01:00
parent 3dd36c8560
commit 1b4e0b2533
4 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ RUN apk add --no-cache git
# Clear npm cache, remove existing node_modules, and install dependencies
RUN npm cache clean --force && \
rm -rf node_modules && \
npm install
npm ci
# Explicitly install the correct version of esbuild
# RUN npm install esbuild@0.21.5