Skip to content

Commit

Permalink
Update lint.yml for Node14
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHardiman committed Feb 17, 2023
1 parent 2c66421 commit 6c08532
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 @@ -22,7 +22,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
Expand All @@ -33,4 +33,4 @@ jobs:
with:
eslint: true
prettier: true
git_name: Linter
git_name: Linter

0 comments on commit 6c08532

Please sign in to comment.