Update Node.js from 18 to 20 LTS

This commit is contained in:
Felipe Santos
2024-05-01 20:11:17 -03:00
parent c789e76ffb
commit fa84b3e895
+2 -2
View File
@@ -98,7 +98,7 @@
"coverage": "vitest run --coverage"
},
"volta": {
"node": "18.17.1",
"yarn": "4.1.0"
"node": "20.12.2",
"yarn": "4.1.1"
}
}