Skip to content

Commit d1e289c

Browse files
chore: add tests for Node 19 (#56)
1 parent b44752f commit d1e289c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
eslint: [8]
51-
node: [12.22.0, 12, 14.17.0, 14, 16, 18]
51+
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 19]
5252
os: [ubuntu-latest]
5353
include:
5454
# On other platforms

0 commit comments

Comments
 (0)