Skip to content

Commit

Permalink
ci: Change to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
drake-nathan committed Nov 9, 2023
1 parent 007846c commit 76b940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm ci
run: yarn --frozen-lockfile

- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit 76b940e

Please sign in to comment.