Skip to content

Commit 9cb9a22

Browse files
committed
Add Node 20.x to CI node matrix
1 parent 66cc218 commit 9cb9a22

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest, macOS-latest, windows-latest]
32-
node: [16.x, 18.x, 19.x]
32+
node: [16.x, 18.x, 19.x, 20.x]
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)