Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build!: NodeJS@8 is no longer supported. (#612)
  • Loading branch information
jbottigliero committed Jul 16, 2020
1 parent 91cd83c commit 05edef2
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: 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
Expand Up @@ -16,7 +16,7 @@
},
"repository": "conventional-changelog/standard-version",
"engines": {
"node": ">=8.0"
"node": ">=10"
},
"keywords": [
"conventional-changelog",
Expand Down

0 comments on commit 05edef2

Please sign in to comment.