diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9999d5f98d08..16ba5dc21d68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node_version: [16] + node_version: [14] steps: - name: Checkout uses: actions/checkout@v3