Skip to content

Commit

Permalink
Remove overlapping version ranges
Browse files Browse the repository at this point in the history
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
  • Loading branch information
dchambers and rauno56 authored May 9, 2022
1 parent 3b16575 commit dd00556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
graphql:
# Taking a sample from the most downloaded versions in the range "14 || 15 || 16"
versions: "^16.4.0 || ^16.0.0 || ^15.8.0 || 15.7.2 || 15.6.1 || 15.6.0 || 15.5.3 || 15.5.1 || 15.5.0 || 15.4.0 || 15.3.0 || 14.6.0 || 14.5.8 || 14.5.0 || 14.0.0"
versions: "^16.4.0 || 16.3.0 || 16.2.0 || ^15.8.0 || 15.7.2 || 15.6.1 || 15.6.0 || 15.5.3 || 15.5.1 || 15.5.0 || 15.4.0 || 15.3.0 || 14.7.0 || 14.6.0 || 14.5.8 || 14.0.0"
commands: npm run test

0 comments on commit dd00556

Please sign in to comment.