Skip to content

Commit

Permalink
#185 Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Dec 20, 2024
1 parent 4969713 commit 11c063c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# cache-dependency-path: './frontend/package-lock.json'
# - run: npm ci
# working-directory: './frontend'
cache-dependency-path: './frontend/package-lock.json'
- run: npm ci
working-directory: './frontend'
- run: npm run build --if-present
working-directory: './frontend'
- run: npm test
Expand Down

0 comments on commit 11c063c

Please sign in to comment.