From 4fc780d04dedf9d08b0c9cc2f61e88931a745cc0 Mon Sep 17 00:00:00 2001 From: Matej Kubinec Date: Wed, 10 Jan 2024 10:40:08 +0100 Subject: [PATCH] PMM-12314 Update CI and UI test to node 18 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/ui-tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b99cd5f915c4a..b1e5b5b2c95c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - name: Checkout code uses: percona-platform/checkout@v2 - - name: Run with Node 16 + - name: Run with Node ${{ matrix.node-version }} uses: percona-platform/setup-node@v2 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 33436a37017b5..20124d235311c 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [16.x] + node-version: [18.x] timeout-minutes: 50 steps: