Skip to content

Commit

Permalink
Upgrade base node version in pre-commit (#37050)
Browse files Browse the repository at this point in the history
The base node version in pre-commit was very old 18.6.0. Bumping it
to latest released node version
  • Loading branch information
potiuk authored Jan 28, 2024
1 parent 777dfef commit 7bff7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
default_stages: [commit, push]
default_language_version:
python: python3
node: 18.6.0
node: 21.6.1
minimum_pre_commit_version: '3.2.0'
repos:
- repo: meta
Expand Down

0 comments on commit 7bff7a5

Please sign in to comment.