summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-11-01 11:14:14 -0400
committerGitHub <noreply@github.com>2021-11-01 11:14:14 -0400
commit1b684d333df80ba7589e346cafb76b6952354d33 (patch)
tree864af4a3f686d885d9de29fcfad8098fb90cc3c1
parentd3662e487d9ff94a09a2fa96598bf0a41666a7f2 (diff)
upgrade to Node 17 (#12619)
-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')