Skip to content

Commit e9554dd

Browse files
committed
wip4
1 parent fd196d3 commit e9554dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
NODE_14: ${{ matrix.version == 14 }}
2828
NODE_14_2: ${{ matrix.version }} == 14
2929
NODE_14_3: matrix.version == 14
30+
NODE_14_4: ${{ matrix.version }}
3031
run: |
3132
if ${{ matrix.version == 14 }}; then echo "Hello"; fi
3233
echo "Hello2"

0 commit comments

Comments
 (0)