Skip to content

Commit

Permalink
refact: update engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
kewitz committed May 15, 2024
1 parent 3c6b045 commit 5b80fa5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:20

RUN apt-get update -y && apt-get install -y graphicsmagick

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"private": true,
"engines": {
"node": "18.x",
"npm": "9.x"
"node": "20.x",
"npm": "10.x"
},
"dependencies": {
"@hyperwatch/hyperwatch": "4.0.0",
Expand Down

0 comments on commit 5b80fa5

Please sign in to comment.