Skip to content

Commit a7af20c

Browse files
committed
Include Node 21 in test matrix
1 parent 6390167 commit a7af20c

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [^14.19, ^16.15, ^18, ^20]
16+
node-version: [^14.19, ^16.15, ^18, ^20, ^21]
1717
os: [ubuntu-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)