Skip to content

Commit

Permalink
Run on Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Sep 21, 2023
1 parent ef7ba2f commit 4cef1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim
FROM node:20-slim

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"redis": "^4.6.4"
},
"engines": {
"node": "^18.13",
"node": "^20.5",
"npm": ">=8.19"
},
"scripts": {
Expand Down

0 comments on commit 4cef1ff

Please sign in to comment.