Skip to content

Commit 52a1d43

Browse files
authored
Add node v20 to the PR build matrix (#204)
1 parent f1d8123 commit 52a1d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ windows-latest, macos-latest, ubuntu-latest ]
15-
node-version: [ 18.x ]
15+
node-version: [ 18.x, 20.x ]
1616
configuration: [ Release ]
1717
fail-fast: false # Don't cancel other jobs when one job fails
1818

0 commit comments

Comments
 (0)