diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-04-21 05:25:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 11:25:14 +0200 |
commit | ffc01f9fc5cb9301fbf01a0d25b871ff02b4c3b1 (patch) | |
tree | 6e7b03fd382c38b13f014e760813c36dcb4315af | |
parent | 754d837682448b6ac1cd21061a26e803d42ccab0 (diff) |
build: use Node 16 in CI (#10270)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6d7ac0e..1c522d730 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 |