NodeJS 22 Update

This commit is contained in:
Christer Warén
2025-06-14 08:58:34 +03:00
parent 223b7e3eba
commit 447e16ee1d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:20-alpine FROM docker.io/library/node:22-alpine
#Dependencies #Dependencies
RUN apk add --virtual .build-deps python3 make g++ gcc git RUN apk add --virtual .build-deps python3 make g++ gcc git
+1 -1
View File
@@ -20,7 +20,7 @@
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"engines": { "engines": {
"node": ">=20.0.0", "node": ">=22.0.0",
"npm": ">=10.0.0" "npm": ">=10.0.0"
} }
}, },
+1 -1
View File
@@ -29,7 +29,7 @@
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"engines": { "engines": {
"node": ">=20.0.0", "node": ">=22.0.0",
"npm": ">=10.0.0" "npm": ">=10.0.0"
} }
} }