diff --git a/.github/workflows/check-latest-node.yml b/.github/workflows/check-latest-node.yml index 63e04350..e538583d 100644 --- a/.github/workflows/check-latest-node.yml +++ b/.github/workflows/check-latest-node.yml @@ -38,6 +38,7 @@ jobs: fi - name: Create new patch + if: steps.compare.outputs.outdated == 'true' run: | echo "Creating new patch for Node.js ${{ matrix.node-version }}" echo "Latest Node.js version: ${{ steps.compare.outputs.latest_version }}"