Skip to content

Commit ba92fe6

Browse files
shadowspawnljharb
authored andcommitted
[actions] Avoid 0.6 tests due to build failures
1 parent 950eaa7 commit ba92fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-aught.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
tests:
1010
uses: ljharb/actions/.github/workflows/node.yml@main
1111
with:
12-
range: '< 10'
12+
range: '< 10 >= 0.7'
1313
type: minors
1414
command: npm run tests-only
1515

0 commit comments

Comments
 (0)