mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-01-25 16:43:42 +00:00
chore: upgrade minimum v12 version
This commit is contained in:
parent
74f5ad2f05
commit
4f7d86e84e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user