Skip to content

Commit

Permalink
try npm outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent 6880f28 commit 98b07e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
# run: npm install
- name: Check outdated dependencies
id: outdated
run: echo "$(echo yo)" >> "$GITHUB_OUTPUT"
run: echo "outdated_dependencies=$(npm outdated)" >> "$GITHUB_OUTPUT"
- name: Report Status
run: echo $OUTDATED_DEPENDENCIES
env:
OUTDATED_DEPENDENCIES: ${{ steps.outdated.outputs }}
OUTDATED_DEPENDENCIES: ${{ steps.outdated.outputs.outdated_dependencies }}
# - name: Report Status
# if: always()
# uses: ravsamhq/notify-slack-action@v2
Expand Down

0 comments on commit 98b07e3

Please sign in to comment.