Skip to content

Commit 8b53f17

Browse files
committed
[actions] Remove node.js v0.6 from test matrix
1 parent e0f1c4c commit 8b53f17

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.10 < 10'
1010
type: minors
1111
command: npm run tests-only
1212

0 commit comments

Comments
 (0)