Skip to content

Commit f86eb40

Browse files
committed
util -> monorepo transition: fixed yaml error
1 parent b11a2be commit f86eb40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/util-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
with:
3131
submodules: recursive
3232

33-
- name: Dependency cache
34-
uses: actions/cache@v2
35-
id: cache
36-
with:
37-
key: Util-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
38-
path: '**/node_modules'
33+
- name: Dependency cache
34+
uses: actions/cache@v2
35+
id: cache
36+
with:
37+
key: Util-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
38+
path: '**/node_modules'
3939

4040
# Installs root dependencies, ignoring Bootstrap All script.
4141
# Bootstraps the current package only

0 commit comments

Comments
 (0)