Skip to content

Commit

Permalink
chore:: add tests for NodeJS 22.x and 24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zorkaltsev committed Mar 25, 2024
1 parent 7308e21 commit 3ad9e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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, 24.x]

services:
ydb:
Expand Down

0 comments on commit 3ad9e20

Please sign in to comment.