Skip to content

Commit

Permalink
Drop support for node.js v8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Jan 10, 2021
1 parent 5517816 commit 33745cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 11.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:

- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,4 +1,5 @@
### Unreleased
- Drop support for Node.js versions earlier than 10.13.

### v 3.0.5 (10 Jan 2021)
- Update all dependencies to the latest versions. This is the last release before dropping support for node v8.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -27,6 +27,9 @@
"url": "https://github.com/carlobeltrame/hal-json-normalizer/issues"
},
"homepage": "https://github.com/carlobeltrame/hal-json-normalizer#readme",
"engines": {
"node": ">= 10.13.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
Expand Down

0 comments on commit 33745cb

Please sign in to comment.