Skip to content

Commit

Permalink
drop node 8 (davewasmer#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Mar 14, 2021
1 parent b96695d commit 971f9f6
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 453 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

strategy:
matrix:
node-version: [8.11.3, 8.x, 10.x, 13.x]
node-version: [10.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
compat_test:
strategy:
matrix:
node-version: [8.11.3, 8.x, 10.x, 13.x]
node-version: [10.x, 14.x]
name: node tests
needs:
[build, commit_lint, lint, basic_test, updated_docs, updated_api_report]
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@mike-north/devcert-patched",
"version": "1.7.0",
"version": "2.0.0",
"description": "Generate trusted local SSL/TLS certificates for local SSL development",
"main": "dist/src/index.js",
"types": "dist/devcert-patched.d.ts",
Expand Down Expand Up @@ -79,7 +79,7 @@
"prettier": "^1.19.1",
"qunit": "^2.10.0",
"sinon": "^9.2.4",
"standard-version": "^4.3.0",
"standard-version": "^9.1.1",
"typescript": "^3.7.5"
},
"dependencies": {
Expand Down Expand Up @@ -108,10 +108,10 @@
},
"optionalDependencies": {},
"engines": {
"node": "8.10 - 8.17 || 10.* || >= 12.*"
"node": "10.* || >= 12.*"
},
"volta": {
"node": "8.11.1",
"node": "10.24.0",
"yarn": "1.21.1"
}
}

0 comments on commit 971f9f6

Please sign in to comment.