Skip to content

Commit

Permalink
Change node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esride-ale committed Oct 29, 2024
1 parent 10981ff commit edc5ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Audit Dependencies
working-directory: ./web-apps/urban-sun-safe
run: npm audit
- name: Install Dependencies
working-directory: ./web-apps/urban-sun-safe
run: npm install
- name: Audit Dependencies
working-directory: ./web-apps/urban-sun-safe
run: npm audit
- name: Build
working-directory: ./web-apps/urban-sun-safe
run: npm run build

0 comments on commit edc5ccc

Please sign in to comment.