Skip to content

Commit

Permalink
chore: drop support for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 28, 2023
1 parent 24971e6 commit c3f7f97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node: ['18', '16', '14', '12', '10']
node: ['18', '16', '14', '12']
name: Node ${{ matrix.node }} on ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the list of changes.

### Breaking

- Drop support for node.js versions < 10.
- Drop support for node.js versions < 12.

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/apiaryio/protagonist.git"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"dependencies": {
"nan": "^2.17.0"
Expand Down

0 comments on commit c3f7f97

Please sign in to comment.