Skip to content

Commit

Permalink
fix: node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Feb 23, 2024
1 parent 7831090 commit a257773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: 'latest'
- name: "Lint ${{ matrix.files }}"
run: npx -y awesome-lint ${{ matrix.files }}
awesome-bot:
Expand Down

0 comments on commit a257773

Please sign in to comment.