Skip to content

Commit f2000cd

Browse files
chore: add tests for Node 20 (#102)
1 parent 892b2c1 commit f2000cd

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
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
eslint: [8]
49-
node: [12.22.0, 12, 14.17.0, 14, 16, 18]
49+
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20]
5050
os: [ubuntu-latest]
5151
include:
5252
# On other platforms

0 commit comments

Comments
 (0)