Skip to content

Commit

Permalink
Explicitly install bower
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed May 11, 2023
1 parent 3089d49 commit 707513f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
node-version: '14.x'

- name: Install bower
run: sudo apt-get install -y bower

- name: Install JS packages
run: npm install && bower install

Expand Down

0 comments on commit 707513f

Please sign in to comment.