Skip to content

Commit 0ff0597

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)