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

@@ -5,7 +5,7 @@ on:
inputs:
node_version:
required: false
default: '20.x'
default: '22.x'
type: string
with-front-dependencies-installation:
type: boolean