Skip to content

Commit b11a2be

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

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/util-build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
node-version: [12]
24-
2524
steps:
2625
- name: Use Node.js ${{ matrix.node-version }}
2726
uses: actions/setup-node@v1
@@ -32,11 +31,11 @@ jobs:
3231
submodules: recursive
3332

3433
- name: Dependency cache
35-
uses: actions/cache@v2
36-
id: cache
37-
with:
38-
key: Util-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
39-
path: '**/node_modules'
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'
4039

4140
# Installs root dependencies, ignoring Bootstrap All script.
4241
# Bootstraps the current package only

0 commit comments

Comments
 (0)