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
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
cache: 'npm'
|
cache: 'yarn'
|
||||||
|
|
||||||
- name: 🏗 Install dependencies
|
- name: 🏗 Install dependencies
|
||||||
run: npm ci
|
run: yarn
|
||||||
|
|
||||||
- name: 📦 Lint with eslint
|
- name: 📦 Lint with eslint
|
||||||
run: npm run lint
|
run: yarn lint
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user