diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97abe7f..aa36a9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [18, 20, 22] + version: [20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4