From da45187d45687dc873933d8f9b1cd8c2845400d9 Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Fri, 9 Feb 2024 16:18:32 +0800 Subject: [PATCH] chore!: drop support for node.js v14 --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8012bbd..f09649e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Test strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} env: diff --git a/.nvmrc b/.nvmrc index a3eb5a0..3c03207 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14.20.0 +18