Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 45f8f9e

Browse files
authored
ci: Fix version for ajv-cli validator
New major release doesn't support many formats anymore and must be configured with external plugins. Just stick with the old version, we don't need new fancy features for now.
1 parent 72ebabe commit 45f8f9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v1
1919
with:
2020
node-version: '10.x'
21-
- run: npm install -g ajv-cli
21+
- run: npm install -g ajv-cli@3.3.0
2222
- run: ajv validate -s config-schema.json -d config.json
2323
- run: ajv validate -s hardware-schema.json -d hardware.json
24-
24+

0 commit comments

Comments
 (0)