From 467dd5858e6a7d63d127ff76679007933eaf08d2 Mon Sep 17 00:00:00 2001 From: Dave Edge <112658177+DaveEdge1@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:16:10 -0700 Subject: [PATCH] Update gatsby-publish.yaml --- .github/workflows/gatsby-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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