From 2c5fc0d459163b20d64cdba7d32915583221c18f Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:46:58 +0100 Subject: [PATCH] ci: run workflow jobs on Node 24 --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 73c6820..36f50c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 cache: npm - run: npm ci - name: Check committed whitespace @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 cache: npm - run: npm ci # `supabase start` applies migrations and seeds; no separate reset is needed. @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 cache: npm - run: npm ci - run: npm run test:build @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 cache: npm - run: npm ci - uses: actions/cache@v5