Merge pull request #30061 from nextcloud/fix/stable21/jsunit-job

This commit is contained in:
John Molakvoæ 2021-12-02 20:51:27 +01:00 committed by GitHub
commit 51721e8013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}