Skip to content

Commit

Permalink
codeclimate runner apparently requires node �
Browse files Browse the repository at this point in the history
  • Loading branch information
bapcltd-marv committed May 27, 2021
1 parent aab9725 commit 05d66a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ jobs:
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest

- name: Setup Node
uses: actions/setup-node@master
with:
node-version: 12

- name: Run tests
uses: paambaati/codeclimate-action@v2.2.4
env:
Expand Down

0 comments on commit 05d66a0

Please sign in to comment.