bump node version 16 -> 18

This commit is contained in:
m5r 2022-07-13 23:58:02 +02:00
parent 7bed841121
commit ecf3339794
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -99,7 +99,7 @@
"vitest": "0.13.1" "vitest": "0.13.1"
}, },
"engines": { "engines": {
"node": "16" "node": "18"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

View File

@ -142,7 +142,7 @@
] ]
}, },
"engines": { "engines": {
"node": "16" "node": "18"
}, },
"prisma": { "prisma": {
"schema": "prisma/schema.prisma", "schema": "prisma/schema.prisma",