Skip to content

Commit

Permalink
Merge branch 'release/2.20.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmlessHarm committed Nov 18, 2023
2 parents ee27703 + 07d5acf commit 905650a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:20

WORKDIR /app

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

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.19.0",
"version": "2.20.0",
"name": "harmless_key",
"description": "A Dungeons and Dragons Combat Tracker",
"productName": "Harmless Key",
Expand Down Expand Up @@ -75,8 +75,7 @@
"maintained node versions"
],
"engines": {
"node": ">= 16.0.0",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
"node": ">= 20.0.0",
"npm": ">= 10.1.0"
}
}

0 comments on commit 905650a

Please sign in to comment.