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 Sep 23, 2024
1 parent b6bfa0d commit ddd66bb
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 ddd66bb

Please sign in to comment.