This commit is contained in:
@@ -17,10 +17,10 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn install --frozen-lockfile # Use npm install if using npm
|
||||
run: npm install --frozen-lockfile
|
||||
|
||||
- name: Build Gatsby Site
|
||||
run: yarn build # Runs Gatsby's production build
|
||||
run: npm build
|
||||
Reference in New Issue
Block a user