Skip to content

Commit

Permalink
Fix default cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 22, 2024
1 parent 4c65ae3 commit 1cab715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
cache-dependency-path:
description: 'The path to the dependency file to cache'
required: false
default: 'galaxy root/client/yarn.lock'
default: './client/yarn.lock'
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 1cab715

Please sign in to comment.