Skip to content

Commit 7acd9c0

Browse files
authored
BC-7995 Raise node version to 22 (#166)
1 parent 2390c9f commit 7acd9c0

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/node:20-alpine
1+
FROM docker.io/node:22-alpine
22

33
ENV NODE_ENV=production
44
WORKDIR /schulcloud-calendar

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schulcloud-calendar",
3-
"homepage": "https://hpi-schul-cloud.de",
3+
"homepage": "https://dBildungscloud.de",
44
"main": "src/",
55
"keywords": [
66
"postgres",
@@ -9,7 +9,7 @@
99
],
1010
"license": "AGPL-3.0",
1111
"engines": {
12-
"node": "20",
12+
"node": "22",
1313
"npm": ">=9"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)