Skip to content

Commit

Permalink
[actions] Avoid 0.6 tests due to build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored and ljharb committed Jan 6, 2023
1 parent 950eaa7 commit ba92fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-aught.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '< 10'
range: '< 10 >= 0.7'
type: minors
command: npm run tests-only

Expand Down

0 comments on commit ba92fe6

Please sign in to comment.