From e77a7233b0efee808a929d7d03eb2054c0f22b4c Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Thu, 28 May 2026 16:10:27 -0400 Subject: [PATCH] update action runners --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86902691..bc2632ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: "npm" - run: "npm i" - run: "npx tsc" @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: "npm" - run: "npm i" - run: "npm run publish-lexicons" @@ -43,6 +43,6 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: supabase/setup-cli@v1 + - uses: supabase/setup-cli@v2 - run: supabase link --project-ref $PRODUCTION_PROJECT_ID - run: supabase db push -- 2.51.2