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 63888cd commit eea3155Copy full SHA for eea3155
.github/workflows/testing.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Install node modules
26
run: |
27
- yarn install --frozen-lockfile --prefer-offline
+ yarn install --frozen-lockfile --check-cache
28
29
- name: Run ESLint
30
0 commit comments