diff --git a/.github/workflows/gatsby-publish.yaml b/.github/workflows/gatsby-publish.yaml index 8830ae5..83572b4 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -18,9 +18,9 @@ jobs: - name: Setup the git user as the Actions user uses: fregante/setup-git-user@v2 - name: Install the most recent Node.js version. - run: brew install node@10 + run: brew install node@14 - name: link node. - run: brew link node@10 + run: brew link node@14 - name: Do a clean install of the required packages. run: npm install - name: Install Gatsby CLI