This commit is contained in:
@@ -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: |
|
||||
|
||||
10
package.json
10
package.json
@@ -16,7 +16,10 @@
|
||||
"yet-another-react-lightbox": "^3.15.6",
|
||||
"@fortawesome/fontawesome-svg-core": "^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": [
|
||||
"gatsby"
|
||||
@@ -34,5 +37,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"ajv": "^8.12.0",
|
||||
"ajv-keywords": "^5.1.0",
|
||||
"schema-utils": "^4.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user