mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
ci: use yarn for consistency
This commit is contained in:
parent
6a8dd446ce
commit
1ae0fdbb74
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-test-site.yaml
vendored
4
.github/workflows/build-test-site.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue