From 78b88882ccf0263fab9ee3e31902aa7aaca94087 Mon Sep 17 00:00:00 2001 From: dumbasPL <29180158+dumbasPL@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:55:36 +0200 Subject: [PATCH] update node versions in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b3222..62ab27b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 17.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: yarn install --pure-lockfile