updated
All checks were successful
My Gatsby Deployment pipeline / build (push) Successful in 1m40s

This commit is contained in:
2025-03-15 23:24:01 +01:00
parent fd5c94254a
commit 346e392c5b
2 changed files with 11 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ jobs:
- name: Install Dependencies
run: |
npm install --legacy-peer-deps
npm install -g gatsby-cli@latest
npm install --legacy-peer-deps --force
npm install -g gatsby-cli
- name: Clean Gatsby cache
run: |