diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de07b9ea8b..adafeacf2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | { @@ -242,8 +240,8 @@ jobs: echo -e "\`\`\`\n" echo '
Outdated JavaScript dependencies' 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
" } >> $GITHUB_STEP_SUMMARY