Skip to content

Commit 0ff0597

Browse files
authored
Update examples.md (actions#920)
1 parent 1268184 commit 0ff0597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ If using `npm config` to retrieve the cache directory, ensure you run [actions/s
332332
- name: restore lerna
333333
uses: actions/cache@v3
334334
with:
335-
path: **/node_modules
335+
path: '**/node_modules'
336336
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
337337
```
338338

0 commit comments

Comments
 (0)