diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 700be04..b08b71f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: ["12", "14", "16", "18"] + node-version: ["16", "18", "20"] steps: - name: Checkout project