Skip to content

Commit

Permalink
Update lint.yml to use Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Apr 1, 2024
1 parent 5673c84 commit bdf7782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: 'Setup Node'
uses: 'actions/setup-node@v3'
with:
node-version: 18
node-version: 20
- name: 'Install Node modules'
run: 'npm ci'
- name: 'Run lint'
run: 'npm run lint'
run: 'npm run lint'

0 comments on commit bdf7782

Please sign in to comment.