diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6764e70..6ba17cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, latest] + node-version: [18.x, 20.x, latest] steps: - uses: actions/checkout@v3