File tree Expand file tree Collapse file tree 4 files changed +52
-11
lines changed
Expand file tree Collapse file tree 4 files changed +52
-11
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,37 +84,64 @@ 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
93102 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.7"
121+
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
109145
110146 steps :
111147 - uses : actions/checkout@v2
@@ -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: use tilde notation for dependencies
5+ * deps: http-errors@~ 2.0.1
6+ * deps: statuses@~ 2.0.2
7+
180.19.1 / 2024-10-09
29===================
310
Original file line number Diff line number Diff line change 2222 "encodeurl" : " ~2.0.0" ,
2323 "escape-html" : " ~1.0.3" ,
2424 "etag" : " ~1.8.1" ,
25- "fresh" : " 0.5.2" ,
26- "http-errors" : " 2.0.0 " ,
25+ "fresh" : " ~ 0.5.2" ,
26+ "http-errors" : " ~ 2.0.1 " ,
2727 "mime" : " 1.6.0" ,
2828 "ms" : " 2.1.3" ,
29- "on-finished" : " 2.4.1" ,
29+ "on-finished" : " ~ 2.4.1" ,
3030 "range-parser" : " ~1.2.1" ,
31- "statuses" : " 2.0.1 "
31+ "statuses" : " ~ 2.0.2 "
3232 },
3333 "devDependencies" : {
3434 "after" : " 0.8.2" ,
You can’t perform that action at this time.
0 commit comments