diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6ba4f35c..bd902b598 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: [18, 20] + node: [18, 20.4] os: [ubuntu-latest, windows-latest] env: OS: ${{ matrix.os }}