Skip to content

Commit

Permalink
Revert "try node 20"
Browse files Browse the repository at this point in the history
This reverts commit e4945f6.
  • Loading branch information
sspenst committed Jul 5, 2023
1 parent e4945f6 commit 15f385a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:18.15
WORKDIR /pathology_app

ENV NEXT_TELEMETRY_DISABLED=1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:18

ENV NEXT_TELEMETRY_DISABLED=1

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

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@types/jsonwebtoken": "^9.0.2",
"@types/mmmagic": "^0.4.30",
"@types/newrelic": "^9.14.0",
"@types/node": "^20.4.0",
"@types/node": "^18.16.16",
"@types/nodemailer": "^6.4.8",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.7",
Expand Down

0 comments on commit 15f385a

Please sign in to comment.