Skip to content

Commit

Permalink
Drop support for node 10. (#111)
Browse files Browse the repository at this point in the history
* drop support for node 10.

* Update nodejs.yml

* Update CHANGELOG.md
  • Loading branch information
ctalkington authored Sep 2, 2023
1 parent 8fce553 commit 1ed4e0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3.6.0
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changelog

**5.0.0-wip** — <small>_September X, 2023_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.3...5.0.0)

**4.0.3** — <small>_September 2, 2023_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.2...4.0.3)

**4.0.2** — <small>_February 3, 2021_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.1...4.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lib"
],
"engines": {
"node": ">= 10"
"node": ">= 12.0.0"
},
"scripts": {
"test": "mocha --reporter dot"
Expand Down

0 comments on commit 1ed4e0b

Please sign in to comment.