Add missing node version matrix for jsunit job

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2021-12-02 19:18:28 +00:00
parent 60562154b0
commit 408ac4d6c0

View file

@ -52,6 +52,9 @@ jobs:
jsunit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}