This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user