Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Dec 15, 2023
1 parent 59f6dc9 commit 45786f8
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 @@ -22,9 +22,13 @@ jobs:
- uses: actions/checkout@v3
- name: Use Node.js ${{matrix.node-version}}
uses: actions/setup-node@v3
working-directory: ./frontend
with:
node-version: ${{matrix.node-version}}
cache: 'npm'
- run: npm ci
working-directory: ./frontend
# - run: npm run check
working-directory: ./frontend
- run: npm run build
working-directory: ./frontend

0 comments on commit 45786f8

Please sign in to comment.