Skip to content

Commit

Permalink
Merge pull request #89 from rwjblue/drop-node-13-support
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 20, 2020
2 parents 28b9a5f + c089e1e commit 8a8920d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"sinon": "^9.1.0"
},
"engines": {
"node": ">= 10"
"node": "10.* || 12.* || >= 14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 8a8920d

Please sign in to comment.