Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 93a5669

Browse files
committed
chore: reenabled lint node cache
1 parent dc27d4e commit 93a5669

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
uses: actions/setup-node@v1
1616
with:
1717
node-version: 12
18-
# - name: Restore node_modules cache
19-
# uses: actions/cache@v2
20-
# with:
21-
# path: '**/node_modules'
22-
# key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
18+
- name: Restore node_modules cache
19+
uses: actions/cache@v2
20+
with:
21+
path: '**/node_modules'
22+
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
2323
- name: Install dependencies
2424
run: yarn ci
2525
- name: run linter

0 commit comments

Comments
 (0)