mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #30061 from nextcloud/fix/stable21/jsunit-job
This commit is contained in:
commit
51721e8013
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