Skip to content

Commit

Permalink
fix: bump deps, drop Node.js v<14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 23, 2024
1 parent fd571c8 commit 1e18c20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/node.js.yml
Expand Up @@ -13,10 +13,6 @@ jobs:
strategy:
matrix:
include:
- node-version: 10.x
test-on-old-node: 1
- node-version: 12.x
test-on-old-node: 1
- node-version: 14.x
- node-version: 16.x
- node-version: 18.x
Expand All @@ -29,11 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies On Old Node ${{ matrix.node-version }}
if: ${{ matrix.test-on-old-node == '1' }}
run: node ci/remove-deps-4-old-node.js && yarn install --ignore-scripts
- name: Install Dependencies On Node ${{ matrix.node-version }}
if: ${{ matrix.test-on-old-node != '1' }}
run: yarn install
- run: npm test
- name: Coverage On Node ${{ matrix.node-version }}
Expand Down
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,7 +6,7 @@
"contributors": [],
"dependencies": {
"methods": "^1.1.2",
"superagent": "^8.1.2"
"superagent": "^9.0.1"
},
"devDependencies": {
"body-parser": "^1.20.2",
Expand All @@ -22,7 +22,7 @@
"should": "^13.2.3"
},
"engines": {
"node": ">=6.4.0"
"node": ">=14.18.0"
},
"files": [
"index.js",
Expand Down

0 comments on commit 1e18c20

Please sign in to comment.