Skip to content

Commit 5bf01a3

Browse files
authored
Add Node.js 20 to test matrix
Run tests against newly released node v20
1 parent 0574e5e commit 5bf01a3

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

0 commit comments

Comments
 (0)