Skip to content

Commit 59256f8

Browse files
authored
test with node 19 instead of 17 (#2316)
1 parent 5a25078 commit 59256f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: ['14', '16', '17', '18']
19+
node-version: ['14', '16', '18', '19']
2020
redis-version: ['5', '6.0', '6.2', '7.0']
2121
steps:
2222
- uses: actions/[email protected]

0 commit comments

Comments
 (0)