From e325cfc401fbb08bfd072d5eaa38654c10b40719 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 6 Dec 2024 15:39:44 +0100 Subject: [PATCH] CI: node 22.11.0 --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 31b193d1a41..e360152699d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -8,7 +8,7 @@ inputs: node-version: description: 'Node version to use' required: true - default: 'lts/*' + default: '22.11.0' runs: using: 'composite' steps: