Skip to content

Commit

Permalink
ci: fix action param
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 8, 2024
1 parent d9e0aa6 commit 2f420d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
version: "lts/*"
node-version: "lts/*"
- run: npm i -g awesome-lint
- run: awesome-lint

0 comments on commit 2f420d5

Please sign in to comment.