feat(build) use Node 22, the new LTS

This commit is contained in:
Saúl Ibarra Corretgé
2024-12-13 15:10:10 +01:00
committed by Saúl Ibarra Corretgé
parent 239e5743dd
commit a05e8fd2ef
3 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@
"@xmldom/xmldom": "0.8.7"
},
"engines": {
"node": ">=20.0.0",
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"license": "Apache-2.0",