Skip to content

Commit

Permalink
pin eslint to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Apr 22, 2024
1 parent c48d1d3 commit 0fdfe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: |
sudo npm install -g eslint
sudo npm install -g eslint@8
- run: eslint index.js --ext .js,.jsx,.ts,.tsx
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fdfe13

Please sign in to comment.