From 1c341e19f284261da9e18850990447e707e3c36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 17 Dec 2025 09:39:59 +0100 Subject: [PATCH] use node 22 in the patch flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .github/workflows/sync_patch-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/sync_patch-release.yml b/.github/workflows/sync_patch-release.yml index e17a229256..bdf93aa8a0 100644 --- a/.github/workflows/sync_patch-release.yml +++ b/.github/workflows/sync_patch-release.yml @@ -36,6 +36,12 @@ jobs: fetch-tags: true token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }} + - name: Use Node.js 22.x + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + with: + node-version: 22.x + registry-url: https://registry.npmjs.org/ # Needed for auth + - name: Configure Git run: | git config --global user.email noreply@backstage.io