Skip to content

Commit

Permalink
chore: drop support for unmaintained node versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require Node.js => 16
  • Loading branch information
sheerlox committed May 26, 2023
1 parent c7ed1be commit 8ae27be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.13, 16, 18, 20]
node-version: [16, 18, 20]

steps:
- name: Checkout project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "nyc ava -v"
},
"engines": {
"node": ">=10.13"
"node": ">=16"
},
"dependencies": {
"conventional-changelog-angular": "^5.0.0",
Expand Down

0 comments on commit 8ae27be

Please sign in to comment.