We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache-dependency-path
1 parent 4df84ba commit 2ef2392Copy full SHA for 2ef2392
.github/workflows/test-reselect-codemods.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix.node }}
27
+ cache-dependency-path: ./codemods
28
cache: 'yarn'
29
30
- name: Check folder contents
0 commit comments