Skip to content

Commit faf30f8

Browse files
chore: remove glob from path
1 parent e932a61 commit faf30f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version-file: ".nvmrc"
3232
cache: "npm"
33-
cache-dependency-path: "**/package-lock.json"
33+
cache-dependency-path: package-lock.json
3434

3535
- name: Install dependencies
3636
shell: bash

0 commit comments

Comments
 (0)