From 92ff232c30e1ea0d0b5c099bce4fb5a642fef231 Mon Sep 17 00:00:00 2001 From: Dave Edge <112658177+DaveEdge1@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:25:12 -0700 Subject: [PATCH] Update gatsby-publish.yaml --- .github/workflows/gatsby-publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gatsby-publish.yaml b/.github/workflows/gatsby-publish.yaml index 698aa6c..177e096 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -21,6 +21,8 @@ jobs: run: brew install node@16 - name: link node. run: brew link node@16 + - name: start with node-gyp. + run: npm install -g node-gyp - name: Do a clean install of the required packages. run: npm install - name: Install Gatsby CLI