diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6d7ac0e..1c522d730 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 |