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 6
6
tests :
7
7
uses : ljharb/actions/.github/workflows/node.yml@main
8
8
with :
9
- range : ' < 10'
9
+ range : ' >= 0.10 < 10'
10
10
type : minors
11
11
command : npm run tests-only
12
12
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 9
9
range : ' >= 10'
10
10
type : minors
11
11
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 19
19
"url" : " https://github.com/sponsors/ljharb"
20
20
},
21
21
"engines" : {
22
- "node" : " * "
22
+ "node" : " >= 0.10 "
23
23
},
24
24
"dependencies" : {
25
25
"browserify-cipher" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments