diff --git a/.github/workflows/ci-full.yaml b/.github/workflows/ci-full.yaml index f89f0c5b4..f3b25a4fd 100644 --- a/.github/workflows/ci-full.yaml +++ b/.github/workflows/ci-full.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 786725b2d..ae283a0d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [14.x, 16.x, 18.x] + node-version: 16.x, 18.x, 20.x] steps: - name: Checkout