change npm command from ci to yarn
This commit is contained in:
parent
d792eedd73
commit
b87afd30e1
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -13,13 +13,13 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: 'npm'
|
||||
cache: 'yarn'
|
||||
|
||||
- name: 🏗 Install dependencies
|
||||
run: npm ci
|
||||
run: yarn
|
||||
|
||||
- name: 📦 Lint with eslint
|
||||
run: npm run lint
|
||||
run: yarn lint
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user