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 - name: Install Dependencies
run: | run: |
npm install --legacy-peer-deps npm install --legacy-peer-deps --force
npm install -g gatsby-cli@latest npm install -g gatsby-cli
- name: Clean Gatsby cache - name: Clean Gatsby cache
run: | run: |

View File

@@ -16,7 +16,10 @@
"yet-another-react-lightbox": "^3.15.6", "yet-another-react-lightbox": "^3.15.6",
"@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0" "@fortawesome/react-fontawesome": "^0.2.0",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"schema-utils": "^4.2.0"
}, },
"keywords": [ "keywords": [
"gatsby" "gatsby"
@@ -34,5 +37,10 @@
}, },
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
},
"resolutions": {
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"schema-utils": "^4.2.0"
} }
} }