We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3c957 commit c4c6d75Copy full SHA for c4c6d75
.github/workflows/test.yml
@@ -23,11 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v3
25
- uses: ./.github/actions/setup
26
- # Test that deps satisfy both "fewer" and "highest" strategies. This is to ensure we are
27
- # up-to-date ("highest") while avoiding increasing package size ("fewer").
28
- # These are readonly (--list) and explicitly exclude packages which only satisfy one strategy.
29
- - run: npx yarn-deduplicate --strategy=fewer --list --fail --exclude commander safe-buffer
30
- - run: npx yarn-deduplicate --strategy=highest --list --fail --exclude commander safe-buffer
+ - run: npx yarn-deduplicate --strategy=highest --list --fail
31
32
unit-tests:
33
runs-on: ubuntu-latest
0 commit comments