Skip to content

Commit cb2f80e

Browse files
committed
fix: type in cache
1 parent fe667ff commit cb2f80e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- name: Cache node_modolues
22+
- name: Cache node_modules
2323
id: github-cache-conan
2424
uses: actions/cache@v2
2525
env:
26-
cache-name: node_modolues
26+
cache-name: node_modules
2727
with:
28-
path: node_modolues
28+
path: node_modules
2929
key: ${{ runner.os }}-${{ matrix.atom_channel }}-${{ hashFiles('package.json') }}
3030

3131
- uses: UziTech/action-setup-atom@v1

0 commit comments

Comments
 (0)