updated workflow
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 9s

This commit is contained in:
2025-03-15 22:57:06 +01:00
parent d65efae8d8
commit dcab1c9467

View File

@@ -17,18 +17,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Cache node modules
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install Dependencies
run: npm ci
run: npm install
- name: Build Gatsby Site
run: |