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