diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3d8562e..7f3c7dbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 21.x, 22.x] + node-version: [18.x, 'node'] steps: - name: Check out the code