Skip to content

Commit

Permalink
refactor(engines): remove package.json engines restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 28, 2022
1 parent 30460ad commit 9aefba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,14 @@ jobs:
test:
name: Node Tests + Coverage
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental || false }}
strategy:
fail-fast: false
matrix:
node-version:
- 12.19.0
- 12
- 14.15.0
- 14
- 16.13.0
- 16
include:
- experimental: true
node-version: '>=17'
- 18
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ specific middlewares. Those can however be built using the exposed API, one such

## Install

Node.js LTS releases Codename Erbium (starting with ^12.19.0) and newer LTS releases are supported.
This means ^12.19.0 (Erbium), ^14.15.0 (Fermium), and ^16.13.0 (Gallium). Future LTS releases will
be added to this list as they're released.
Node.js LTS releases Codename Erbium (starting with ^12.19.0) and newer LTS releases are supported.

```console
npm install openid-client
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
"sinon": "^9.2.0",
"timekeeper": "^2.2.0"
},
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
},
"standard-version": {
"scripts": {
"postchangelog": "sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"
Expand Down Expand Up @@ -102,7 +99,7 @@
{
"type": "refactor",
"section": "Refactor",
"hidden": true
"hidden": false
},
{
"type": "perf",
Expand Down

0 comments on commit 9aefba3

Please sign in to comment.