summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3abdbfc90..68dd19d3e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
- node-version: 16
+ node-version: 17
- name: Remove unused versions of Python
if: startsWith(matrix.os, 'windows')