From dab08604e710ef40dba1e56bef359573f32e2853 Mon Sep 17 00:00:00 2001 From: ben-smartbear Date: Fri, 28 Aug 2026 13:08:11 +0100 Subject: [PATCH] fix: pin to node 24 with compatible lerna --- .github/workflows/test-and-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index df1d2c931..e55bdc56a 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -8,7 +8,7 @@ jobs: lint-and-check: runs-on: ubuntu-latest container: - image: node:lts + image: node:24.19.0 steps: - uses: actions/checkout@v4.1.0 - run: yarn --frozen-lockfile @@ -22,7 +22,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: node:lts + image: node:24.19.0 steps: - uses: actions/checkout@v4.1.0 - run: yarn --frozen-lockfile @@ -50,7 +50,7 @@ jobs: build-docs: runs-on: ubuntu-latest container: - image: node:lts + image: node:24.19.0 steps: - uses: actions/checkout@v4.1.0 - run: yarn --frozen-lockfile @@ -157,7 +157,7 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest container: - image: node:lts + image: node:24.19.0 needs: - lint-and-check - build