Skip to content

Commit 0740208

Browse files
chore: add tests for Node 20 (#87)
1 parent 3b0d394 commit 0740208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml renamed to .github/workflows/ci.yml

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

0 commit comments

Comments
 (0)