mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Add missing node version matrix for jsunit job
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
60562154b0
commit
408ac4d6c0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/node.yml
vendored
3
.github/workflows/node.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue