File tree Expand file tree Collapse file tree 3 files changed +2
-27
lines changed Expand file tree Collapse file tree 3 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
include :
16
- - node-version : 10.x
17
- test-on-old-node : 1
18
- - node-version : 12.x
19
- test-on-old-node : 1
20
16
- node-version : 14.x
21
17
- node-version : 16.x
22
18
- node-version : 18.x
29
25
node-version : ${{ matrix.node-version }}
30
26
path : ~/.npm
31
27
key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
32
- - name : Install Dependencies On Old Node ${{ matrix.node-version }}
33
- if : ${{ matrix.test-on-old-node == '1' }}
34
- run : node ci/remove-deps-4-old-node.js && yarn install --ignore-scripts
35
28
- name : Install Dependencies On Node ${{ matrix.node-version }}
36
- if : ${{ matrix.test-on-old-node != '1' }}
37
29
run : yarn install
38
30
- run : npm test
39
31
- name : Coverage On Node ${{ matrix.node-version }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
"contributors" : [],
7
7
"dependencies" : {
8
8
"methods" : " ^1.1.2" ,
9
- "superagent" : " ^8.1.2 "
9
+ "superagent" : " ^9.0.1 "
10
10
},
11
11
"devDependencies" : {
12
12
"body-parser" : " ^1.20.2" ,
22
22
"should" : " ^13.2.3"
23
23
},
24
24
"engines" : {
25
- "node" : " >=6.4 .0"
25
+ "node" : " >=14.18 .0"
26
26
},
27
27
"files" : [
28
28
" index.js" ,
You can’t perform that action at this time.
0 commit comments