From 05a785940af5863035f1442bfaa6f12ed3447743 Mon Sep 17 00:00:00 2001 From: Thomas Plumpton Date: Sat, 7 Feb 2026 17:24:27 +0000 Subject: [PATCH] chore(ci): release workflow publish step now uses node v24 --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22c3ebe..b13e9cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,6 +168,10 @@ jobs: needs: [sonarcloud, snyk] steps: - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 + with: + node-version: 24 + cache: 'npm' - name: Node & NPM versions run: |