Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Sep 21, 2023
1 parent d074c8b commit ad63738
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ jobs:
uses: actions/[email protected]
with:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
cache-dependency-path: 'backend/package-lock.json'
node-version: '18'

- name: Install dependencies
run: npm ci
run: |
cd backend
npm ci
- name: Deploy backend
uses: cloudflare/[email protected]
Expand Down

0 comments on commit ad63738

Please sign in to comment.