Update node

This commit is contained in:
JubaAzul 2025-01-13 10:25:09 -05:00
parent 427182e7a8
commit 6e39587c68
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
"supertest": "^6.3.4" "supertest": "^6.3.4"
}, },
"engines": { "engines": {
"node": "18.x" "node": "20.x"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

View file

@ -32,7 +32,7 @@
"supertest": "^6.3.4" "supertest": "^6.3.4"
}, },
"engines": { "engines": {
"node": "18.x" "node": "20.x"
}, },
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",