Skip to content

Commit

Permalink
Use node 20>
Browse files Browse the repository at this point in the history
  • Loading branch information
plutov committed Aug 7, 2024
1 parent 20c5015 commit 4f0feca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:20-alpine AS base

FROM base AS deps
RUN apk add --no-cache libc6-compat
Expand Down
4 changes: 4 additions & 0 deletions ui/package-lock.json

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

4 changes: 4 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"start": "next start",
"lint": "next lint"
},
"engines": {
"npm": ">=10.0.0",
"node": ">=20.0.0"
},
"dependencies": {
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
Expand Down

0 comments on commit 4f0feca

Please sign in to comment.