Skip to content

Commit

Permalink
Update Node version for linting
Browse files Browse the repository at this point in the history
Node 12 is very old and linting is failing. So trying the most recent LTS version.
  • Loading branch information
anjackson committed Jan 18, 2024
1 parent fee5cf8 commit 976f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 20.x
- name: Install awesome-lint CLI
run: npm install -g awesome-lint
- name: Run Awesome Lint
Expand Down

0 comments on commit 976f627

Please sign in to comment.