Skip to content

Commit 3475052

Browse files
authored
chore: enable node version resolution logging by default (#43)
1 parent 9428d1b commit 3475052

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/setup-node/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ inputs:
4949
log-resolution:
5050
description: Prints a brief summary of how the Node version was resolved.
5151
required: false
52-
default: "false"
52+
default: "true"
5353

5454
registry-url:
5555
description: Optional registry URL for auth (passed through to actions/setup-node).

.github/workflows/prettier-format-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
with:
3838
node-version: ${{ inputs.node-version }}
3939
cache: ${{ inputs.cache-dependency-manager }}
40-
log-resolution: true
4140

4241
- name: Check Formatting
4342
run: npx prettier@${{ inputs.prettier-version }} --check ${{ inputs.check-path }}

0 commit comments

Comments
 (0)