Skip to content

Commit

Permalink
revert back to npm due to yarn cache folder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msankaran0712 committed Jun 22, 2022
1 parent 83135f4 commit e790f99
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
workflow_dispatch:

env:
FORCE_COLOR: 2
NODE: 16

jobs:
Expand All @@ -22,12 +23,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE }}'
cache: yarn
cache: npm

- name: Install dependencies
run: yarn bootstrap
env:
YARN_CACHE_FOLDER: .cache/yarn
- name: Install npm dependencies
run: npm ci

- name: Lint
run: yarn run lint
run: npm run lint

0 comments on commit e790f99

Please sign in to comment.