From 222eb540ab0425e7a1408437c860392c08356e29 Mon Sep 17 00:00:00 2001 From: Bryan Marchena Date: Fri, 4 Aug 2023 10:30:18 -0400 Subject: [PATCH] Update GitHub workflow to use Node 16 in testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 991ac1641..a6256623d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: install dependencies run: yarn install --frozen-lockfile --non-interactive working-directory: client