diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1387ae7efe..662808af93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,12 @@ jobs: python-version: "2.7" architecture: x64 + - name: Install Node + uses: actions/setup-node@v2 + with: + node-version: "14" + check-latest: true + - name: Remove unused versions of Python if: startsWith(matrix.os, 'windows') run: |-