Skip to content

Commit

Permalink
Raise node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Nov 8, 2024
1 parent 787178f commit 30032f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:20-alpine
FROM docker.io/node:22-alpine

ENV NODE_ENV=production
WORKDIR /schulcloud-calendar
Expand Down
3 changes: 1 addition & 2 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 @@ -9,7 +9,7 @@
],
"license": "AGPL-3.0",
"engines": {
"node": "20",
"node": "22",
"npm": ">=9"
},
"scripts": {
Expand Down

0 comments on commit 30032f9

Please sign in to comment.