diff --git a/.github/workflows/loristest.yml b/.github/workflows/loristest.yml index d2ce97c775f..f6f3d989091 100644 --- a/.github/workflows/loristest.yml +++ b/.github/workflows/loristest.yml @@ -49,6 +49,11 @@ jobs: if: steps.composer-cache.outputs.cache-hit != 'true' run: composer install --prefer-dist --no-progress --no-suggest + - name: Setup Node.js + uses: actions/setup-node@v2 + with: + node-version: 16.x + - name: Build LORIS run: make dev