Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Nov 13, 2024
1 parent fd8b44b commit 6f431f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yaml
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 lib --ext .js,.jsx,.ts,.tsx
npm:
name: npm-publish
Expand Down

0 comments on commit 6f431f6

Please sign in to comment.