Skip to content

Commit

Permalink
copy npm setup to deploy (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn authored Sep 22, 2023
1 parent f1561a3 commit 0d30fc8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Set up Node
uses: actions/[email protected]
with:
cache: 'npm'
cache-dependency-path: 'backend/package-lock.json'
node-version: '18'

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

0 comments on commit 0d30fc8

Please sign in to comment.