From 4f7d86e84e81b8d760e69efb1ad4fb1ea0f787db Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Thu, 3 Feb 2022 12:52:54 -0300 Subject: [PATCH] chore: upgrade minimum v12 version --- .github/workflows/ci.yml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0696c1c..e380146 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/README.md b/README.md index b4ff2e4..c455e9d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 1af72b2..0d4be43 100644 --- a/package.json +++ b/package.json @@ -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"