Skip to content

Commit

Permalink
Update to Nodejs 23
Browse files Browse the repository at this point in the history
  • Loading branch information
pierres committed Oct 25, 2024
1 parent d4e7b1a commit 9a3d6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"webpack-dev-server": "^5.1.0"
},
"engines": {
"node": ">=22"
"node": ">=23"
},
"pnpm": {
"updateConfig": {
Expand Down
2 changes: 1 addition & 1 deletion docker/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:22-alpine
FROM node:23-alpine

RUN npm install -g pnpm@9

0 comments on commit 9a3d6a8

Please sign in to comment.