chore: upgrade minimum v12 version

This commit is contained in:
RafaelGSS 2022-02-03 12:52:54 -03:00
parent 74f5ad2f05
commit 4f7d86e84e
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.13.0, 12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 17.x]
runs-on: ${{matrix.os}}
steps:

View File

@ -80,7 +80,7 @@ To avoid that behavior you can either quote ("--", '--') or escape (`--`) the do
## Supported Node.js versions
Clinic.js relies heavily on Node.js core instrumentation available in later versions.
Currently the supported Node.js versions are `>= 12.13.0`.
Currently the supported Node.js versions are `>= 12.22.7`.
## Examples and Demos

View File

@ -4,7 +4,7 @@
"repository": "clinicjs/node-clinic",
"version": "11.0.0",
"engines": {
"node": ">= 12.13.0"
"node": ">= 12.22.7"
},
"bin": {
"clinic": "bin.js"