Skip to content

Commit

Permalink
fix: update linting node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 9, 2024
1 parent c5a0efb commit 521dd1a
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 @@ -6,9 +6,9 @@ jobs:
name: lint
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '14.15.1'
node-version-file: '.node-version'
- uses: actions/checkout@v2
- name: install eslint
run: npm install eslint@6.8.0 @typescript-eslint/parser@2.25.0 @typescript-eslint/eslint-plugin@2.25.0
Expand Down

0 comments on commit 521dd1a

Please sign in to comment.