Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egdmrsy committed Nov 30, 2023
1 parent 304c5ff commit bfa89af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily-depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
audit:
runs-on: ubuntu-latest
outputs:
result: ${{ steps.audit.outputs.result }}
result: ${{ steps.auditt.outputs }}
strategy:
matrix:
node-version: [ 18.x ]
Expand All @@ -34,9 +34,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- id: audit
- id: auditt
name: Audit project ${{ matrix.project }}
run: npm ci --no-audit --legacy-peer-deps && echo "result=$(npm run audit -- --production)" >> "$GITHUB_OUTPUT"
run: npm ci --no-audit --legacy-peer-deps && echo "$(npm run audit -- --production)" >> "$GITHUB_OUTPUT" && echo "$GITHUB_OUTPUT"
shell: bash
scheduled-audit-notification:
needs:
Expand Down

0 comments on commit bfa89af

Please sign in to comment.