File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 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 skip-ls-check : true
13-
14- node :
15- name : ' node < 10'
16- needs : [tests]
17- runs-on : ubuntu-latest
18- steps :
19- - run : true
Original file line number Diff line number Diff line change 99 range : ' >= 10'
1010 type : minors
1111 command : npm run tests-only
12-
13- node :
14- name : ' node >= 10'
15- needs : [tests]
16- runs-on : ubuntu-latest
17- steps :
18- - run : true
Original file line number Diff line number Diff line change 1919 "url" : " https://github.com/sponsors/ljharb"
2020 },
2121 "engines" : {
22- "node" : " * "
22+ "node" : " >= 0.10 "
2323 },
2424 "dependencies" : {
2525 "browserify-cipher" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments