We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d8123 commit 52a1d43Copy full SHA for 52a1d43
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ windows-latest, macos-latest, ubuntu-latest ]
15
- node-version: [ 18.x ]
+ node-version: [ 18.x, 20.x ]
16
configuration: [ Release ]
17
fail-fast: false # Don't cancel other jobs when one job fails
18
0 commit comments