Merge pull request #27666 from backstage/renovate/node-20.x

chore(deps): update node.js to v20
This commit is contained in:
Johan Haals
2024-11-19 11:14:01 +01:00
committed by GitHub
@@ -35,7 +35,7 @@
FROM node:16-buster AS build
FROM node:20-buster AS build
RUN mkdir /app
COPY . /app