We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe667ff commit cb2f80eCopy full SHA for cb2f80e
.github/workflows/CI.yml
@@ -19,13 +19,13 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
22
- - name: Cache node_modolues
+ - name: Cache node_modules
23
id: github-cache-conan
24
uses: actions/cache@v2
25
env:
26
- cache-name: node_modolues
+ cache-name: node_modules
27
with:
28
- path: node_modolues
+ path: node_modules
29
key: ${{ runner.os }}-${{ matrix.atom_channel }}-${{ hashFiles('package.json') }}
30
31
- uses: UziTech/action-setup-atom@v1
0 commit comments