⬆️ Update Node.js to v20 (#587)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-11 22:39:14 +08:00 committed by GitHub
parent 90b09e30c2
commit e026ec60cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:16 as frontend
FROM node:20.15.1 as frontend
ADD . /app
WORKDIR /app/admin-frontend
RUN yarn && yarn build