From fb5e9c462a9247cd11940c9c4bee07bb03eda035 Mon Sep 17 00:00:00 2001 From: Skillz Date: Wed, 18 Nov 2020 13:44:41 -0500 Subject: [PATCH] test 14.x --- .github/workflows/gatsby.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index 0c139ff55..25af3f59a 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -15,7 +15,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v2.1.0 with: - node-version: '12.x' + node-version: '14.x' + - name: Cache dependencies uses: actions/cache@v2