Skip to content

Commit

Permalink
Update github action standards and test to install node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-man-chan committed May 4, 2022
1 parent 6e2d190 commit 20642f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
tools: phpcs, composer
coverage: pcov

- name: Install Node dependencies
run: |
node -v
npm install
if: matrix.experimental == false

- name: Install PHP dependencies
run: |
export PATH="$HOME/.composer/vendor/bin:$PATH"
Expand Down

0 comments on commit 20642f9

Please sign in to comment.