Skip to content

Commit

Permalink
Merge pull request #433 from ekalinin/drop-node-12
Browse files Browse the repository at this point in the history
drop node-12
  • Loading branch information
derduher authored May 22, 2024
2 parents 94f7ba6 + 42d32e1 commit 8124879
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.0.0

- drop node 12 support

## 7.1.2

- fix #425 via #426 thanks to @huntharo update streamToPromise to bubble up errors + jsDoc
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"typescript": "^4.2.4"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.6.0"
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}

0 comments on commit 8124879

Please sign in to comment.