From d418991a8ab1916adde0f48f03cda108ac26bd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Gr=C3=BCneberg?= Date: Thu, 3 Apr 2025 11:33:15 +0800 Subject: [PATCH] chore: bump CI --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd40df2..941ee75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,16 +5,16 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 4 steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '22' cache: npm - name: Run eslint diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7ebe41..8183636 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,16 +10,16 @@ on: jobs: publish: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 4 steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '22' cache: npm registry-url: 'https://registry.npmjs.org' scope: '@supabase'