Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 6, 2023
1 parent 460ff4d commit fdf02de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ jobs:
node-version: 18
cache: npm
- run: npm install --dev
# - run: npm outdated --all --long > outdated.md
# continue-on-error: true
- name: Write info to step summary
run: |
{
Expand All @@ -242,8 +240,8 @@ jobs:
echo -e "\`\`\`\n</details>"
echo '<details><summary>Outdated JavaScript dependencies</summary>'
echo -e "\n\`\`\`console"
echo "$ npm outdated --all --long"
npm outdated --all --long || true
echo "$ npm outdated --long"
npm outdated --long || true
echo -e "\`\`\`\n</details>"
} >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit fdf02de

Please sign in to comment.