upgrade hightable to 0.9.0 (fix row index) (#141) #28
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: check dependencies | |
on: | |
push: | |
paths: | |
- '**/package.json' | |
- '.github/workflows/check_dependencies.yml' | |
jobs: | |
check-dependencies: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: npm i | |
- name: Check if the dependencies are free of any conflict and match "overrides" in the root package.json | |
run: npm ls |