From 0a6e426a573aba52e095db0f86749f5f63815c9a Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sun, 1 Mar 2026 16:34:28 +0100 Subject: [PATCH] chore: wait for running the pipelines with node 24 until full support --- .github/workflows/publish.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 634c922..3cc7219 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-node@v4 with: always-auth: true - node-version: 24 + node-version: 22 cache: 'yarn' registry-url: 'https://registry.npmjs.org/' - name: Install dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2804164..dba3457 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [20, 22, 24] + node: [20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [20, 22, 24] + node: [20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4