ci: run workflow jobs on Node 24

This commit is contained in:
Josh Creek
2026-09-14 13:46:58 +01:00
parent 4b2f076e50
commit 2c5fc0d459
+4 -4
View File
@@ -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