⬆️(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

@@ -10,7 +10,7 @@ jobs:
install-dependencies:
uses: ./.github/workflows/dependencies.yml
with:
node_version: '20.x'
node_version: '22.x'
with-front-dependencies-installation: true
with-build_mails: true