Skip to content

Commit d3a56d7

Browse files
authored
Merge pull request #91 from rwjblue/drop-node-13
Drop support for Node 13
2 parents e9cc6b5 + 5629bc2 commit d3a56d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
node: ['10', '12', '13', '14']
35+
node: ['10', '12', '14']
3636
os: [ubuntu-latest, macOS-latest]
3737

3838
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"walk-sync": "^2.0.2"
6767
},
6868
"engines": {
69-
"node": "10.* || >= 12"
69+
"node": "10.* || 12.* || >= 14"
7070
},
7171
"publishConfig": {
7272
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)