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: