File tree Expand file tree Collapse file tree 4 files changed +49
-9
lines changed Expand file tree Collapse file tree 4 files changed +49
-9
lines changed Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 strategy :
11+ fail-fast : false
1112 matrix :
1213 name :
1314 - Node.js 0.8
3031 - Node.js 15.x
3132 - Node.js 16.x
3233 - Node.js 17.x
34+ - Node.js 18.x
35+ - Node.js 19.x
36+ - Node.js 20.x
37+ - Node.js 21.x
38+ - Node.js 22.x
39+ - Node.js 23.x
40+ - Node.js 24.x
41+ - Node.js 25.x
3342
3443 include :
3544 - name : Node.js 0.8
@@ -75,38 +84,65 @@ jobs:
7584
7685 - name : Node.js 8.x
7786 node-version : " 8.16"
78- npm-i : mocha@7.2.0
87+ npm-i : mocha@7.2.0 nyc@14.1.1 supertest@6.1.6
7988
8089 - name : Node.js 9.x
8190 node-version : " 9.11"
82- npm-i : mocha@7.2.0
91+ npm-i : mocha@7.2.0 nyc@14.1.1 supertest@6.1.6
8392
8493 - name : Node.js 10.x
8594 node-version : " 10.24"
86- npm-i : mocha@8.4.0
95+ npm-i : mocha@8.4.0 supertest@6.1.6
8796
8897 - name : Node.js 11.x
8998 node-version : " 11.15"
90- npm-i : mocha@8.4.0
99+ npm-i : mocha@8.4.0 supertest@6.1.6
91100
92101 - name : Node.js 12.x
93- node-version : " 12.22"
102+ node-version : " 12.22"
103+ npm-i : supertest@6.1.6
94104
95105 - name : Node.js 13.x
96106 node-version : " 13.14"
107+ npm-i : supertest@6.1.6
97108
98109 - name : Node.js 14.x
99110 node-version : " 14.19"
100111
101112 - name : Node.js 15.x
102113 node-version : " 15.14"
114+ npm-i : supertest@6.1.6
103115
104116 - name : Node.js 16.x
105117 node-version : " 16.14"
106118
107119 - name : Node.js 17.x
108120 node-version : " 17.8"
109121
122+ - name : Node.js 18.x
123+ node-version : 18
124+
125+ - name : Node.js 19.x
126+ node-version : 19
127+
128+ - name : Node.js 20.x
129+ node-version : 20
130+
131+ - name : Node.js 21.x
132+ node-version : 21
133+
134+ - name : Node.js 22.x
135+ node-version : 22
136+
137+ - name : Node.js 23.x
138+ node-version : 23
139+
140+ - name : Node.js 24.x
141+ node-version : 24
142+
143+ - name : Node.js 25.x
144+ node-version : 25
145+
110146 steps :
111147 - uses : actions/checkout@v2
112148
@@ -122,9 +158,6 @@ jobs:
122158 fi
123159 dirname "$(nvm which ${{ matrix.node-version }})" >> "$GITHUB_PATH"
124160
125- - name : Configure npm
126- run : npm config set shrinkwrap false
127-
128161 - name : Remove npm module(s) ${{ matrix.npm-rm }}
129162 run : npm rm --silent --save-dev ${{ matrix.npm-rm }}
130163 if : matrix.npm-rm != ''
Original file line number Diff line number Diff line change 1+ package-lock = false
Original file line number Diff line number Diff line change 1+ unreleased
2+ ===================
3+
4+ * deps: send@~ 0.19.1
5+ - deps: encodeurl@~ 2.0.0
6+
171.16.2 / 2024-09-11
28===================
39
Original file line number Diff line number Diff line change 99 "encodeurl" : " ~2.0.0" ,
1010 "escape-html" : " ~1.0.3" ,
1111 "parseurl" : " ~1.3.3" ,
12- "send" : " 0.19.0 "
12+ "send" : " ~ 0.19.1 "
1313 },
1414 "devDependencies" : {
1515 "eslint" : " 7.32.0" ,
You can’t perform that action at this time.
0 commit comments