Skip to content

Commit

Permalink
feat(validator): implement node version 20.18 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 13, 2025
1 parent ed031c5 commit d85069d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ci:
autoupdate_schedule: monthly

default_language_version:
node: 20.18.1

default_stages:
- pre-commit
exclude: >
Expand Down Expand Up @@ -65,7 +68,7 @@ repos:
- id: fix-encoding-pragma
- id: sort-simple-yaml
- repo: https://github.com/tcort/markdown-link-check
rev: v3.13.6
rev: v3.12.2
hooks:
- id: markdown-link-check
args:
Expand Down Expand Up @@ -97,4 +100,4 @@ repos:
- --verbose
- id: hadolint
args:
- --config=.ci/linters/.hadolint.yaml
- --config=.ci/linters/.hadolint.yaml
2 changes: 1 addition & 1 deletion docs/include/installation/antibody.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

If you're using [Antibody](https://github.com/getantibody/antibody), install this plugin by doing the following:

1. Add :
1. Add :

```{.sourceCode .bash}
antibody bundle hadenlabs/zsh-kubectl
Expand Down
2 changes: 0 additions & 2 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ You can see the corresponding projects on [zsh-kubectl](https://github.com/haden
## Long Lived Initiatives

These projects don't have an end date. They are something we'll continuously work towards.

- [Better Docs](https://hadenlabs.atlassian.net/wiki)
6 changes: 6 additions & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Testing

## Running all tests

```bash
task test
```

## Running tests

## Running tests Syntax
1 change: 0 additions & 1 deletion provision/generators/README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ requirements: |-
- [zsh-core](https://github.com/hadenlabs/zsh-core)
- [gomplate](https://github.com/hairyhenderson/gomplate)
- [Docker](https://www.docker.com)
- [python](https://www.python.org)
- [taskfile](https://github.com/go-task/task)
Expand Down

0 comments on commit d85069d

Please sign in to comment.