Skip to content

Commit

Permalink
!chore: Drops Node.js 10 support (end-of-life), now requires Node.js …
Browse files Browse the repository at this point in the history
…>= 12.

Node.js 10 has reached end-of-life and many upstream dependencies have formally dropped support.

- Drops Node.js 10 from our test matrix.
- Adds Node.js 16 to test matrix.

see: #791,#835,#816,#792
  • Loading branch information
jbottigliero committed Oct 17, 2021
1 parent a61d8cf commit 86c74e8
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
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [10, 12, 14]
node: [12, 14, 16]
os: [ubuntu-latest, windows-latest]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
},
"repository": "conventional-changelog/standard-version",
"engines": {
"node": ">=10"
"node": ">=12"
},
"keywords": [
"conventional-changelog",
Expand Down

0 comments on commit 86c74e8

Please sign in to comment.