summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
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: |-