Skip to content

Commit bbcfcbf

Browse files
chore: add tests for Node 20 (#440)
1 parent 0b50079 commit bbcfcbf

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
eslint: [8]
44-
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18]
44+
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18, 20]
4545
os: [ubuntu-latest]
4646
include:
4747
# On other platforms

0 commit comments

Comments
 (0)