Skip to content

Commit

Permalink
ci: fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Nov 5, 2024
1 parent d4c2060 commit 5729a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Install Packages
run: npm install
- name: Install ESLint ${{ matrix.eslint }}
run: yarn add --no-save --force eslint@${{ matrix.eslint }}
run: yarn add --no-lockfile eslint@${{ matrix.eslint }}
- name: Test
run: yarn test

0 comments on commit 5729a37

Please sign in to comment.