diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904fe95..f0dddb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - node: ["18", "20", "22"] + node: ["18", "20"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4