Skip to content

Commit

Permalink
Checked npm dependencies in both frontend and backend directories
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Oct 19, 2023
1 parent 898a1ea commit d974be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
working-directory: backend

npm:
strategy:
matrix:
source-directory: [frontend, backend]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm clean-install
working-directory: ${{ matrix.source-directory }}

0 comments on commit d974be3

Please sign in to comment.