diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6d7ac0e3..1c522d7300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" check-latest: true - name: Remove unused versions of Python