Skip to content

Commit 595e991

Browse files
EdwardAngertclaude
andcommitted
revert: restore original setup-node action configuration
Revert changes to .github/actions/setup-node/action.yaml to avoid affecting non-docs workflows. This PR should only modify docs-related workflows and actions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d03a653 commit 595e991

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ runs:
1919
node-version: 20.16.0
2020
# See https://github.com/actions/setup-node#caching-global-packages-data
2121
cache: "pnpm"
22-
cache-dependency-path: |
23-
pnpm-lock.yaml
24-
${{ inputs.directory }}/pnpm-lock.yaml
22+
cache-dependency-path: ${{ inputs.directory }}/pnpm-lock.yaml
2523

2624
- name: Install root node_modules
2725
shell: bash

0 commit comments

Comments
 (0)