using node 20

This commit is contained in:
Christian Kellner
2024-07-24 09:39:27 +02:00
parent 92db8219b4
commit f07aa0a06d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18
FROM node:20
WORKDIR /fredy

View File

@@ -45,7 +45,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"node": ">=20.0.0",
"npm": ">=7.0.0"
},
"browserslist": [