Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prettier-format-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}