Skip to content

Commit 638aa94

Browse files
authored
chore: drop node 14 (#591)
1 parent 0c5c051 commit 638aa94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x, 20.x]
19+
node-version: [16.x, 18.x, 20.x]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
runs-on: ${{ matrix.os }}

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Breaking
1111

12-
- drop support for Node.js versions 10, 12, 17 and 19
12+
- drop support for Node.js versions 10, 12, 14, 17 and 19
1313

1414
### Changed
1515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"index.d.ts"
1010
],
1111
"engines": {
12-
"node": ">=14"
12+
"node": "^16 || ^18 || >=20"
1313
},
1414
"scripts": {
1515
"benchmarks": "node ./benchmarks/index.js",

0 commit comments

Comments
 (0)