Skip to content

Commit

Permalink
[meta] Quickfix for linting before next version
Browse files Browse the repository at this point in the history
  • Loading branch information
StaloneLab committed Apr 20, 2024
1 parent c1d3fc9 commit cc1cc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Install eslint
run: npm install -g eslint
run: npm install -g eslint@8

- name: Run linter
run: npm run lint
Expand Down

0 comments on commit cc1cc31

Please sign in to comment.