⬆️(project) bump project to node 22

"yargs" dependency requires node 22, so we
update the project to use it.
Node 22 is the latest LTS version, so this is a
good time to do it.
This commit is contained in:
Anthony LC
2025-06-05 10:39:55 +02:00
parent 62f85e7d24
commit d12f942d29
6 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
"build": "yarn build-mjml-to-html && yarn build-html-to-plain-text"
},
"volta": {
"node": "16.15.1"
"node": "22"
},
"repository": "https://github.com/numerique-gouv/impress",
"author": "DINUM",