Tries npm install with yarn

This commit is contained in:
Mouse Reeve 2022-02-15 12:29:59 -08:00
parent 714bb081ea
commit 09978fc195

View file

@ -22,7 +22,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: yarn dev-tools
run: npm install dev-tools
run: yarn
# See .stylelintignore for files that are not linted.
- name: Run stylelint