change npm command from ci to yarn

This commit is contained in:
RcleydsonR
2022-11-04 17:51:33 -03:00
parent d792eedd73
commit b87afd30e1
2 changed files with 2308 additions and 2015 deletions

View File

@@ -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