diff --git a/Dockerfile b/Dockerfile index e08ef451..34d45b2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base Node ---- -FROM node:16-alpine AS base +FROM node:20-alpine AS base ## Install build toolchain, install node deps and compile native add-ons RUN apk add --no-cache python3 make g++ # set working directory diff --git a/package-lock.json b/package-lock.json index 72766368..a6d178d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eslint-plugin-react": "7.33.2" }, "engines": { - "node": ">=14 <=16" + "node": ">=14 <=20" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index ef6c971b..dfd68c79 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "James Mortemore (jamesmortemore@gmail.com)", "license": "MIT", "engines": { - "node": ">=14 <=16" + "node": ">=14 <=20" }, "repository": { "type": "git",