Skip to content

Commit

Permalink
Adjust the audit job (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszantas authored and CjS77 committed May 12, 2022
1 parent d9aefb7 commit a95592f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/launchpad_v2_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
name: Launchpad v2 NPM audit
on:
schedule:
- cron: "0 8 * * *"
- cron: "0 6 * * *"
jobs:
launchpad_v2_audit:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
ref: "launchpad_such_wow"
- name: check environment
run: |
node -v
Expand All @@ -17,4 +19,4 @@ jobs:
- name: npm audit launchpad_v2
run: |
cd applications/launchpad_v2
npm audit
yarn audit

0 comments on commit a95592f

Please sign in to comment.