Skip to content

Commit

Permalink
chore: drop EOL Node versions (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 9, 2023
1 parent 199b7d1 commit acc2cb9
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
node-version: [14.x, 16.x, 18.x, 19.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ project adheres to [Semantic Versioning](http://semver.org/).

### Breaking

- drop support for Node.js versions 10, 12 and 17

### Changed

- Refactor `escapeString` helper in `lib/registry.js` to improve performance and
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 @@
"index.d.ts"
],
"engines": {
"node": ">=10"
"node": ">=14"
},
"scripts": {
"benchmarks": "node ./benchmarks/index.js",
Expand Down

0 comments on commit acc2cb9

Please sign in to comment.