Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Apr 7, 2024
1 parent 86ec0ee commit 8bdc1c5
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-bullseye
FROM node:20-bullseye

RUN npm install -g pnpm@^8

Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"license": "AGPL-3.0",
"engines": {
"node": "^18",
"node": "^20",
"pnpm": "^8"
},
"scripts": {
Expand Down

0 comments on commit 8bdc1c5

Please sign in to comment.