File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- node-version : [16.x]
15
+ node-version : [16.x, 18.x ]
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Use Node.js ${{ matrix.node-version }}
25
25
runs-on : ubuntu-latest
26
26
strategy :
27
27
matrix :
28
- node-version : [12.x, 14.x]
28
+ node-version : [14.x]
29
29
steps :
30
30
- uses : actions/checkout@v2
31
31
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 77
77
"preversion" : " npm run build && git add dist" ,
78
78
"pretest" : " npm run build" ,
79
79
"test" : " mocha 'test/**/*.{coffee,ts}'" ,
80
- "test:legacy" : " mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}' --ignore test/api.web_stream.coffee "
80
+ "test:legacy" : " mocha --ignore test/api.web_stream.coffee -- loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
81
81
},
82
82
"type" : " module" ,
83
83
"types" : " dist/esm/index.d.ts" ,
Original file line number Diff line number Diff line change 96
96
"preversion" : " npm run build && git add dist" ,
97
97
"pretest" : " npm run build" ,
98
98
"test" : " mocha 'test/**/*.{coffee,ts}'" ,
99
- "test:legacy" : " mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}' --ignore test/api.web_stream.coffee "
99
+ "test:legacy" : " mocha --ignore test/api.web_stream.coffee -- loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
100
100
},
101
101
"type" : " module" ,
102
102
"types" : " dist/esm/index.d.ts" ,
Original file line number Diff line number Diff line change 73
73
"preversion" : " npm run build && git add dist" ,
74
74
"pretest" : " npm run build" ,
75
75
"test" : " mocha 'test/**/*.{coffee,ts}'" ,
76
- "test:legacy" : " mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}' --ignore test/api.web_stream.coffee "
76
+ "test:legacy" : " mocha --ignore test/api.web_stream.coffee -- loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
77
77
},
78
78
"type" : " module" ,
79
79
"types" : " dist/esm/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments