Skip to content

Commit

Permalink
Only run lint on latest node, rather than holding back eslint to an o…
Browse files Browse the repository at this point in the history
…lder version or dropping node 10 support.
  • Loading branch information
hildjj authored and Mingun committed Oct 18, 2021
1 parent 0ac78fd commit 53f3d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Check coding standards
if: matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest'
run: npm run lint
- name: Static analysis - check types
run: npm run ts
Expand Down

0 comments on commit 53f3d12

Please sign in to comment.