From ffc01f9fc5cb9301fbf01a0d25b871ff02b4c3b1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 21 Apr 2021 05:25:14 -0400 Subject: [PATCH] build: use Node 16 in CI (#10270) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6d7ac0e3..1c522d7300 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