Skip to content

Commit 106be97

Browse files
committed
[actions] drop unsupported nodes from CI
1 parent 9c37172 commit 106be97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-aught.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '< 10'
9+
range: '0.12 - 10'
1010
type: minors
1111
command: npm run tests-only
1212

0 commit comments

Comments
 (0)