Merge pull request #2 from SphericalKat/renovate/node-20.x

chore(deps): update node.js to v20
This commit is contained in:
Amogh Lele 2023-06-05 01:36:47 +05:30 committed by GitHub
commit 50710a0ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# frontend
FROM node:16-slim as frontend
FROM node:20-slim as frontend
RUN corepack enable
RUN corepack prepare pnpm@latest --activate
WORKDIR /app