From 4077c5acf817260cf1b4922f92b95bb79f002ef7 Mon Sep 17 00:00:00 2001 From: Nathan Franklin Date: Fri, 6 Oct 2023 12:06:00 -0500 Subject: [PATCH] Revert "Switch CI to match our container's version of node" This reverts commit 357027a0f762e1d1092485af376e6cb3bafd0573. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33e11662..8210ac93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js for use with actions uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - uses: actions/cache@v1 with: @@ -40,7 +40,7 @@ jobs: - name: Setup Node.js for use with actions uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - uses: actions/cache@v1 with: