From fb116efaff63148258aa4fb8231f0c5103f9cf39 Mon Sep 17 00:00:00 2001 From: Skillz Date: Wed, 18 Nov 2020 13:53:05 -0500 Subject: [PATCH] try 2.1.2 --- .github/workflows/gatsby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index 0814b53d4..2fcb67609 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -13,9 +13,9 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v2.1.2 with: - node-version: '14.x' + node-version: '12.x' - name: Cache dependencies uses: actions/cache@v2