Skip to content

Commit

Permalink
chore: add test for NodeJS 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zorkaltsev committed Jun 6, 2024
1 parent eb0977c commit e8fa967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit e8fa967

Please sign in to comment.