chore(deps): update node.js to v20
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate 2023-04-21 19:34:59 +00:00
parent 8ecfce7ac9
commit a80fa48a16

View File

@ -1,4 +1,4 @@
FROM node:16.20-alpine as build-deps
FROM node:20.0-alpine as build-deps
WORKDIR /app
COPY package.json yarn.lock ./