Skip to content

Commit

Permalink
refactor(support): drop support for node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for node 10 dropped
  • Loading branch information
ismay committed May 22, 2021
1 parent 4d5a108 commit 72e07bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"author": "ismay",
"license": "MIT",
"engines": {
"node": ">=10"
"node": ">=12"
},
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 72e07bc

Please sign in to comment.