From 859eb7ac08077d48544d6eab0dcfc99641ace3ed Mon Sep 17 00:00:00 2001 From: Aryan Yadav <54806954+starwiz-7@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:22:10 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20node=20engine=20?= =?UTF-8?q?version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- js/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c3de7f..efe4ff6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM chef as dep_cacher COPY --from=dep_planner /siwe-oidc/recipe.json recipe.json RUN cargo chef cook --release --recipe-path recipe.json -FROM node:18.17.1-alpine3.18 as node_builder +FROM node:18.20.0-alpine3.18 as node_builder # Reference https://github.com/mhart/alpine-node/issues/27#issuecomment-880663905 RUN apk add --no-cache --virtual .build-deps alpine-sdk python3 diff --git a/js/ui/package.json b/js/ui/package.json index 206eb3c..2a6ee0a 100644 --- a/js/ui/package.json +++ b/js/ui/package.json @@ -62,6 +62,6 @@ "webpack-dev-server": "4.6.0" }, "engines": { - "node": ">=18.17.1" + "node": ">=18.18.1" } }