From a6855482a90cbc98f07ce49930deebf77ce40325 Mon Sep 17 00:00:00 2001 From: Patrick Gallagher Date: Fri, 1 Oct 2021 01:23:55 -0500 Subject: [PATCH] Upgrade action to node version 16 --- .github/workflows/push-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index ea4e766..2a290ca 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -17,6 +17,8 @@ jobs: - name: Setup Node Environment uses: actions/setup-node@v2 + with: + node-version: '16' - name: Prettify code uses: creyD/prettier_action@v4.0