diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f590ffc..262a6dca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: [14, 16, 18, 20] + node_version: [16, 18, 20] include: # Active LTS + other OS - os: macos-latest