Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 13, 2024
1 parent 5521126 commit f24c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install
run: yarn install --ignore-engines
- name: Install ESLint ${{ matrix.eslint }}
run: yarn add -D eslint@${{ matrix.eslint }}
run: yarn add -D eslint@${{ matrix.eslint }} --ignore-engines
if: matrix.eslint != 7
- name: Test
run: yarn test
Expand Down

0 comments on commit f24c19f

Please sign in to comment.