Skip to content

Commit

Permalink
default node version to 22 in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 27, 2024
1 parent 968dc83 commit 1f2c630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ ci:

default_install_hook_types: [pre-commit, commit-msg]

default_language_version:
node: '22.0.0'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand Down

0 comments on commit 1f2c630

Please sign in to comment.