Skip to content

Commit

Permalink
BC-7995 Raise node version to 22 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper authored Nov 19, 2024
1 parent 2390c9f commit 7acd9c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schulcloud-calendar",
"homepage": "https://hpi-schul-cloud.de",
"homepage": "https://dBildungscloud.de",
"main": "src/",
"keywords": [
"postgres",
Expand All @@ -9,7 +9,7 @@
],
"license": "AGPL-3.0",
"engines": {
"node": "20",
"node": "22",
"npm": ">=9"
},
"scripts": {
Expand Down

0 comments on commit 7acd9c0

Please sign in to comment.