From 00d4b1ff20267584b741828d9c413bf56634d1a1 Mon Sep 17 00:00:00 2001 From: Dave Edge <112658177+DaveEdge1@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:50:14 -0700 Subject: [PATCH] Update gatsby-publish.yaml --- .github/workflows/gatsby-publish.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/gatsby-publish.yaml b/.github/workflows/gatsby-publish.yaml index 42a5dac..2ae9673 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -25,11 +25,6 @@ jobs: [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm nvm install 14 nvm use 14 - npm ci - - name: install node14 - run: nvm install 14 - - name: show node version - run: nvm use 14 - name: Do a clean install of the required packages. run: npm install - name: Install Gatsby CLI