Skip to content

Commit

Permalink
build!: drop node 10 (#68)
Browse files Browse the repository at this point in the history
* build!: drop node 10

* add noop system test

* update mocha to ^9.2.2
  • Loading branch information
ddelgrosso1 committed May 4, 2022
1 parent db7c164 commit 00ec90c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Expand Up @@ -9,9 +9,9 @@ branchProtectionRules:
- "ci/kokoro: System test"
- docs
- lint
- test (10)
- test (12)
- test (14)
- test (16)
- cla/google
- windows
- OwlBot Post Processor
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: [12, 14, 16]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
34 changes: 0 additions & 34 deletions .kokoro/continuous/node10/common.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/continuous/node10/docs.cfg

This file was deleted.

9 changes: 0 additions & 9 deletions .kokoro/continuous/node10/test.cfg

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -10,7 +10,8 @@
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts check",
"test": "mocha --timeout 0"
"test": "mocha --timeout 0",
"system-test": ""
},
"files": [
"index.js",
Expand All @@ -26,7 +27,7 @@
"author": "Stephen Sawchuk <sawchuk@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=8.10.0"
"node": ">=12"
},
"dependencies": {
"debug": "^4.1.1",
Expand All @@ -41,8 +42,8 @@
"jsdoc-region-tag": "^1.0.4",
"linkinator": "^3.0.0",
"lodash.range": "^3.2.0",
"mocha": "^9.0.0",
"mocha": "^9.2.2",
"request": "^2.87.0",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
}
}

0 comments on commit 00ec90c

Please sign in to comment.