Skip to content

Commit

Permalink
ci: revert to yarn for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-tennison committed Jun 9, 2024
1 parent 05fe3c6 commit 98169e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 20
- name: bun install
run: bun i
- name: yarn install
run: yarn install
- name: eslint
uses: icrawl/action-eslint@v1
with:
Expand Down

0 comments on commit 98169e3

Please sign in to comment.