From e8fa96797c85f3f6b0c34fe1608cc3af57ac8327 Mon Sep 17 00:00:00 2001 From: Alexey Zorkaltsev Date: Thu, 6 Jun 2024 10:37:20 +0300 Subject: [PATCH] chore: add test for NodeJS 22 --- .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 cd5c8dc3..ad4c9e45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] services: ydb: @@ -41,7 +41,7 @@ jobs: YDB_SHUTDOWN_URL: http://localhost:8765/actors/kqp_proxy?force_shutdown=all steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: