ci: use yarn for consistency

This commit is contained in:
George Cushen 2021-01-09 19:26:12 +00:00
commit 1ae0fdbb74

View file

@ -33,11 +33,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install JS dependencies
run: npm ci
run: rm -rf node_modules && yarn install --frozen-lockfile
working-directory: ./wowchemy
- name: Check for JS linting errors
run: npm lint:js
run: yarn run lint:js
working-directory: ./wowchemy
format: