Skip to content

Commit 93d5784

Browse files
committed
fix: cache node_modules from the packages
1 parent 1cdcd97 commit 93d5784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/npm-setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ runs:
3535
if: steps.npm-cache.outputs.cache-hit != 'true'
3636
uses: actions/cache/save@v4
3737
with:
38-
path: node_modules
38+
path: |
39+
node_modules
40+
${{ inputs.workspace }}/node_modules
3941
key: ${{ steps.npm-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)