diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf80eff9..e52b842c 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: [14, 16, 18] + node-version: [16, 18, 20] runs-on: ${{matrix.os}} steps: diff --git a/README.md b/README.md index 115b0b09..b472313b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ npm i -S @clinic/bubbleprof ## Supported node versions -* Node.js 14 and above +* Node.js 16 and above ## Example