diff --git a/Dockerfile b/Dockerfile index 60b83c7f..bd8bdd5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base Node ---- -FROM node:20-alpine AS base +FROM node:22-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 e7d71187..bf1fecd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-react": "7.37.2" }, "engines": { - "node": ">=14 <=20" + "node": ">=14 <=22" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 207481a5..be09d17a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "James Mortemore (jamesmortemore@gmail.com)", "license": "MIT", "engines": { - "node": ">=14 <=20" + "node": ">=14 <=22" }, "repository": { "type": "git",