diff options
| author | Zheyu Zhang <zheyuzhang03@gmail.com> | 2020-12-26 21:02:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-26 08:02:37 -0500 |
| commit | bfe1b053815f68b121691e9690b8353178d86128 (patch) | |
| tree | 6e0b15bc885f1d9b3df9712021b23eb2c5ef4a18 | |
| parent | b15539587e7cf6b67c2ae7d4dc39901634bf6bd5 (diff) | |
ci: setup latest version of Node (#8888)
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1387ae7ef..662808af9 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: |- |
