diff --git a/.nvmrc b/.nvmrc index a9d0873..55bffd6 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.19.0 +18.15.0 diff --git a/Dockerfile b/Dockerfile index 1835800..9e6989b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/node:14-alpine as build +FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/node:18.15.0-alpine3.16 as build WORKDIR /app COPY . /app RUN yarn install diff --git a/package.json b/package.json index 9b5d75c..75ac203 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "scripts": { - "webpack-build": "webpack --verbose --config webpack.config.js src", + "webpack-build": "webpack --mode development --config webpack.config.js", "lint": "eslint \"**/?*.{ts,tsx,js}\"", "lint:fix": "eslint --fix \"**/?*.{ts,tsx,js}\"", "lint:quiet": "yarn lint --quiet", @@ -92,6 +92,6 @@ }, "engines": { "npm": ">=10.2.3", - "node": ">=18.19.0" + "node": ">=18.15.0" } }