Skip to content

Commit

Permalink
PMM-12314 Update CI and UI test to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jan 10, 2024
1 parent 2833478 commit 4fc780d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
timeout-minutes: 50

steps:
Expand Down

0 comments on commit 4fc780d

Please sign in to comment.