From f084d4b364c1624380e1b110880f6036200d8d88 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 28 Apr 2024 00:26:49 +0800 Subject: [PATCH] chore: upgrade ci node version --- .github/workflows/admin.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy-github-app.yml | 2 +- .github/workflows/deploy-website.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/admin.yaml b/.github/workflows/admin.yaml index 3561f00790f..08403ed0c5f 100644 --- a/.github/workflows/admin.yaml +++ b/.github/workflows/admin.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - name: checkout uses: actions/checkout@v2 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 974297e07f6..cc57e4dac6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - name: checkout uses: actions/checkout@v2 diff --git a/.github/workflows/deploy-github-app.yml b/.github/workflows/deploy-github-app.yml index 2d8a86c8506..56560e52358 100644 --- a/.github/workflows/deploy-github-app.yml +++ b/.github/workflows/deploy-github-app.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v1 - name: Deploy to Vercel diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index d8644980115..29fa8bce697 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] defaults: run: working-directory: website