From 7784c6938e4c32840fd71dcd6369a8c636d52948 Mon Sep 17 00:00:00 2001 From: George Raduta Date: Wed, 7 Jan 2026 16:09:41 +0100 Subject: [PATCH] Bump node on release GH action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23bef369b..c17d99710 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' registry-url: 'https://registry.npmjs.org' - name: Check released tag matches ALICE O2 naming pattern run: |