Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsingh132 authored Nov 6, 2023
1 parent d8c1cc8 commit 7ae9741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build:

runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend/

strategy:
matrix:
Expand All @@ -26,6 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './backend/package-lock.json'
- run: npm ci
working-directory: './backend'
- run: npm run build --if-present
Expand Down

0 comments on commit 7ae9741

Please sign in to comment.