diff --git a/Dockerfile b/Dockerfile index 850ed7b..86c17a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:20-alpine RUN apk --no-cache add curl diff --git a/package.json b/package.json index 2423cd6..e07b040 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.31.0", "description": "Connects queues to Taskforce", "preferGlobal": true, + "engine": { + "node": ">=18" + }, "main": "dist/index.js", "types": "dist/index.d.ts", "module": "./dist/index.js",