Skip to content

Commit

Permalink
--Have pre-commit use node version compatible with Ubuntu 18.04 (#2058)
Browse files Browse the repository at this point in the history
* --use system node install if present
* --change to hook-specific node version specification
* --change to nearest official release version
  • Loading branch information
jturner65 authored Apr 3, 2023
1 parent 8cf3cd3 commit bdb2c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ repos:
hooks:
- id: eslint
args: [--fix, --ext .html,.js]
language_version: 14.21.3
additional_dependencies:
- eslint@6.4.0
- eslint-config-prettier@6.3.0
Expand Down

0 comments on commit bdb2c89

Please sign in to comment.