From 16a699f44271ea23d26fabe3c2a534ddd4143c5b Mon Sep 17 00:00:00 2001 From: Jason Sipula Date: Fri, 6 Feb 2026 04:01:18 +0000 Subject: [PATCH] chore: enable node version resolution logging by default --- .github/actions/setup-node/action.yaml | 2 +- .github/workflows/prettier-format-check.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup-node/action.yaml b/.github/actions/setup-node/action.yaml index df432c4..7b96ffa 100644 --- a/.github/actions/setup-node/action.yaml +++ b/.github/actions/setup-node/action.yaml @@ -49,7 +49,7 @@ inputs: log-resolution: description: Prints a brief summary of how the Node version was resolved. required: false - default: "false" + default: "true" registry-url: description: Optional registry URL for auth (passed through to actions/setup-node). diff --git a/.github/workflows/prettier-format-check.yaml b/.github/workflows/prettier-format-check.yaml index 04c4297..008f0d3 100644 --- a/.github/workflows/prettier-format-check.yaml +++ b/.github/workflows/prettier-format-check.yaml @@ -37,7 +37,6 @@ jobs: with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} - log-resolution: true - name: Check Formatting run: npx prettier@${{ inputs.prettier-version }} --check ${{ inputs.check-path }}