matrix is done

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-17 10:11:16 -08:00
parent 5b7019cd0b
commit f8fb88816a
8 changed files with 219 additions and 46 deletions

View File

@@ -5,7 +5,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
steps:
- run: echo ${NODE_VERSION} | grep 4
- run: echo ${NODE_VERSION} | grep ${{ matrix.node }}
env:
NODE_VERSION: ${{ matrix.node }}
strategy: