Update our dev and CI docker to use NodeJS 16.20.1 (#6178)

This commit is contained in:
Justin Clift
2023-07-19 18:59:42 +10:00
committed by GitHub
parent a63d7d9ad8
commit 87adad9afc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM cypress/browsers:node14.17.0-chrome91-ff89
FROM cypress/browsers:node16.18.0-chrome90-ff88
ENV APP /usr/src/app
WORKDIR $APP

View File

@@ -1,4 +1,4 @@
FROM node:14.17 as frontend-builder
FROM node:16.20.1 as frontend-builder
RUN npm install --global --force yarn@1.22.19