⬆️(dependencies) upgrade node to 22

node 18 reached end-of-life and is now unsupported. we jump straight
to 22 as recommended here
https://nodejs.org/en/blog/announcements/node-18-eol-support
This commit is contained in:
Marie PUPO JEAMMET
2025-10-20 17:53:35 +02:00
committed by Marie
parent 4262f469d6
commit 302671bc69
6 changed files with 6 additions and 6 deletions

View File

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