Skip to content

Commit 1b5cf06

Browse files
committed
Add Node 20 to CI matrix.
1 parent fe9ebc1 commit 1b5cf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ macos-latest, ubuntu-latest, windows-latest ]
20-
node-version: [ 14, 16, 18 ]
20+
node-version: [ 14, 16, 18, 20 ]
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)