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