Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomo-folli committed Jul 21, 2024
1 parent 7ff8df4 commit 5382fe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"

cache-dependency-path: "./**/package-lock.json"

- name: Install backend dependencies
run: cd backend; npm ci

- name: Build backend
run: cd backend; npm run build --if-present

Expand Down

0 comments on commit 5382fe9

Please sign in to comment.