Skip to content

Commit

Permalink
correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Aug 30, 2022
1 parent 858ff6d commit bb29bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -188,9 +188,9 @@ jobs:
# lowest possible version
'3.3.1',
# somewhere in the middle for sanity check
'4.0',
'~4.0.8',
# highest possible version
'4.8',
'~4.8.2',
]
env:
# Added the - at the end to function as a separator to improve readability in the PR comment from the Nx cloud app
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
# lowest possible version
'6.0.0',
# somewhere in the middle for sanity check
'7',
'~7.32.0',
# highest possible version
'^8.0.0',
]
Expand Down

0 comments on commit bb29bd7

Please sign in to comment.