Skip to content

Commit

Permalink
build!: drop support for node.js 10.x (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Oct 20, 2021
1 parent 0cb36c6 commit 786b01a
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14, 15]
node: [12, 14, 16, 17]
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 @@ -22,7 +22,7 @@
"license-check": "node build/src/cli.js --local ."
},
"engines": {
"node": ">= 10.x"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"keywords": [
"npm",
Expand Down

0 comments on commit 786b01a

Please sign in to comment.