From d2e9aa385167fb16f65945b7033f131a3341f662 Mon Sep 17 00:00:00 2001 From: tangoyankee Date: Wed, 12 Jul 2023 11:19:11 -0400 Subject: [PATCH] Revert "Revert "update github action node version from 12 to 16"" This reverts commit eaae5594c534cca7d8dfdc30af3523af076f588e. --- .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 9c3992c..d20359a 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 - name: build