diff --git a/.nvmrc b/.nvmrc index a3a1f3cad..e44a38e08 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v10.23.0 +v18.12.1 diff --git a/Dockerfile b/Dockerfile index 1bb5a247c..52ad07e0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION} RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq) # Main -FROM node:12.22.12-alpine3.15 +FROM node:18.12.1-alpine3.15 RUN apk --update add --no-cache ca-certificates git curl bash jq diff --git a/package.json b/package.json index 8a78e4826..57fad79f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.81.5", + "version": "0.81.6", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true, @@ -9,7 +9,7 @@ "test": "jest .spec.js --coverage", "e2e": "bash e2e/e2e.spec.sh", "eslint": "eslint --fix lib/logic/**", - "pkg": "pkg . -t node12-alpine-x64,node12-macos-x64,node12-linux-x64,node12-win-x64 --out-path ./dist", + "pkg": "pkg . -t node16-alpine-x64,node16-macos-x64,node16-linux-x64,node16-win-x64 --out-path ./dist", "serve-docs": "yarn build-local-docs && cd temp && hugo server -D", "serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D", "build-local-docs": "node ./docs/index.js", @@ -105,7 +105,7 @@ "author": "Codefresh", "license": "ISC", "engines": { - "node": ">=10.15.3" + "node": "18.12.1" }, "jest": { "testEnvironment": "node",