Skip to content

Commit

Permalink
chore!: NodeJS@8 is no longer supported.
Browse files Browse the repository at this point in the history
- The conventional-changelog packages that this repository relies on heavily have dropped support for NodeJS@8 (conventional-changelog/conventional-changelog/pull/599). While the current state (v8.0.0) of _this_ library still passes tests in NodeJS@8, with reaching EOL on 12/31/2019 this seems like a change we should introduce to avoid unexpected issues/conflicts with updates in dependencies.

see #549
  • Loading branch information
Joe Bottigliero committed Jul 11, 2020
1 parent d4d2ac2 commit 4777f55
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: [8, 10, 12, 14]
node: [10, 12, 14]
steps:
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow
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 @@
},
"repository": "conventional-changelog/standard-version",
"engines": {
"node": ">=8.0"
"node": ">=10"
},
"keywords": [
"conventional-changelog",
Expand Down

0 comments on commit 4777f55

Please sign in to comment.