Skip to content

Commit

Permalink
chore: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jul 4, 2024
1 parent f433335 commit 0a79884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

RUN apk --no-cache add curl

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0a79884

Please sign in to comment.