Skip to content

Commit

Permalink
Merge pull request #91 from rwjblue/drop-node-13
Browse files Browse the repository at this point in the history
Drop support for Node 13
  • Loading branch information
rwjblue authored Aug 4, 2020
2 parents e9cc6b5 + 5629bc2 commit d3a56d7
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

strategy:
matrix:
node: ['10', '12', '13', '14']
node: ['10', '12', '14']
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"walk-sync": "^2.0.2"
},
"engines": {
"node": "10.* || >= 12"
"node": "10.* || 12.* || >= 14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit d3a56d7

Please sign in to comment.