Skip to content

Commit 1e18c20

Browse files
committed
fix: bump deps, drop Node.js v<14.16.0
1 parent fd571c8 commit 1e18c20

File tree

3 files changed

+2
-27
lines changed

3 files changed

+2
-27
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
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
@@ -29,11 +25,7 @@ jobs:
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 }}

.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",
@@ -22,7 +22,7 @@
2222
"should": "^13.2.3"
2323
},
2424
"engines": {
25-
"node": ">=6.4.0"
25+
"node": ">=14.18.0"
2626
},
2727
"files": [
2828
"index.js",

0 commit comments

Comments
 (0)