update
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 1m10s

This commit is contained in:
2025-03-15 23:08:02 +01:00
parent adb7fd16af
commit cb47a5289d
2 changed files with 17 additions and 6 deletions

View File

@@ -18,13 +18,18 @@ jobs:
with:
node-version: 18
- name: Clear node_modules and package-lock
run: |
rm -rf node_modules
rm -f package-lock.json
- name: Install Dependencies
run: |
npm install --legacy-peer-deps
npm install -g gatsby-cli
npm install -g gatsby-cli@5.12.12
- name: Clean Gatsby cache
run: gatsby clean
run: npm run clean
- name: Build Gatsby Site
run: |