Skip to content

Commit

Permalink
Install compatible unist-util-position types
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Mar 28, 2022
1 parent fa9d8a9 commit ad97cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: ${{matrix.node}}
- run: npm install -g npm@7 # See: <https://github.com/npm/cli/issues/4341#issuecomment-1040608101>
- run: npm install -g npm
- run: npm install
- run: npm install . 'unist-util-position@^4.0.3 || 4.0.0 - 4.0.1'
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
Expand Down

0 comments on commit ad97cc3

Please sign in to comment.