diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5656ef..b0c1b92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,8 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - node-version: [ 14, 20, 22 ] + # v22 awaits https://github.com/nodejs/node/issues/52682 + node-version: [ 14, 20 ] runs-on: ${{ matrix.os }} steps: