diff --git a/.github/workflows/admin.yaml b/.github/workflows/admin.yaml index 3561f007..08403ed0 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 974297e0..cc57e4da 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 2d8a86c8..56560e52 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 d8644980..29fa8bce 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