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 1313 strategy :
1414 matrix :
1515 include :
16- - node-version : 10.x
17- test-on-old-node : 1
18- - node-version : 12.x
19- test-on-old-node : 1
2016 - node-version : 14.x
2117 - node-version : 16.x
2218 - node-version : 18.x
2925 node-version : ${{ matrix.node-version }}
3026 path : ~/.npm
3127 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
3528 - name : Install Dependencies On Node ${{ matrix.node-version }}
36- if : ${{ matrix.test-on-old-node != '1' }}
3729 run : yarn install
3830 - run : npm test
3931 - name : Coverage On Node ${{ matrix.node-version }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "contributors" : [],
77 "dependencies" : {
88 "methods" : " ^1.1.2" ,
9- "superagent" : " ^8.1.2 "
9+ "superagent" : " ^9.0.1 "
1010 },
1111 "devDependencies" : {
1212 "body-parser" : " ^1.20.2" ,
2222 "should" : " ^13.2.3"
2323 },
2424 "engines" : {
25- "node" : " >=6.4 .0"
25+ "node" : " >=14.18 .0"
2626 },
2727 "files" : [
2828 " index.js" ,
You can’t perform that action at this time.
0 commit comments