Skip to content

Commit

Permalink
Merge pull request #149 from rwjblue/drop-node-10-support
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 12, 2021
2 parents ccd7d9d + db798eb commit 6ab2db3
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, 14.x]
node-version: [12.x, 14.x, 16.x]

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

0 comments on commit 6ab2db3

Please sign in to comment.