We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbef6b commit 225db66Copy full SHA for 225db66
.github/workflows/reviewing_changes.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
max-parallel: 3
19
matrix:
20
- node: ['14', '16', '18']
+ node: ['14', '16', '18', '20']
21
os: [ macos-latest, windows-latest, ubuntu-latest ]
22
name: Cucumber-js Repo ${{ matrix.node }} - ${{ matrix.os }} Sample
23
env:
0 commit comments