Skip to content

Commit

Permalink
Fix validation, upgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 5, 2024
1 parent 1669531 commit 24165a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
test_examples_node:
working_directory: ~/stac
docker:
- image: cimg/node:18.18.0
- image: cimg/node:lts
steps:
- checkout
- run:
Expand All @@ -27,7 +27,7 @@ jobs:
test_docs:
working_directory: ~/stac
docker:
- image: cimg/node:18.18.0
- image: cimg/node:lts
steps:
- checkout
- run:
Expand All @@ -39,7 +39,7 @@ jobs:
publish_schemas:
working_directory: ~/stac
docker:
- image: cimg/node:18.18.0
- image: cimg/node:lts
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion examples/extended-item.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "1.1.0-beta.1-beta.1",
"stac_version": "1.1.0-beta.1",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v2.0.0-beta.1/schema.json",
"https://stac-extensions.github.io/projection/v2.0.0/schema.json",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"test": "npm run check-markdown && npm run check-examples",
"check-markdown": "remark . --frail",
"check-examples": "stac-node-validator . --lint --verbose --schemas .",
"format-examples": "stac-node-validator . --format --schemas .",
"check-examples": "stac-node-validator examples --lint --verbose --schemas .",
"format-examples": "stac-node-validator examples --format --schemas .",
"publish-schemas": "node .circleci/publish-schemas.js"
},
"dependencies": {
Expand All @@ -22,7 +22,7 @@
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"remark-validate-links": "^13.0.0",
"stac-node-validator": "^1.3.0"
"stac-node-validator": "^2.0.0-beta.11"
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit 24165a0

Please sign in to comment.