Skip to content

Commit

Permalink
check npm versions in CI, reset before npm run format-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rbavery committed Nov 1, 2024
1 parent 6d32293 commit 1ae1242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stac-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Run checks
run: |
make lint-all
npm list
- name: Run tests
run: |
Expand Down

0 comments on commit 1ae1242

Please sign in to comment.