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 fd196d3 commit e9554ddCopy full SHA for e9554dd
.github/workflows/tests.yaml
@@ -27,6 +27,7 @@ jobs:
27
NODE_14: ${{ matrix.version == 14 }}
28
NODE_14_2: ${{ matrix.version }} == 14
29
NODE_14_3: matrix.version == 14
30
+ NODE_14_4: ${{ matrix.version }}
31
run: |
32
if ${{ matrix.version == 14 }}; then echo "Hello"; fi
33
echo "Hello2"
0 commit comments