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 747c3ff commit a7ebeb9Copy full SHA for a7ebeb9
.github/workflows/lint.yaml
@@ -22,7 +22,7 @@ jobs:
22
node-version: ${{ matrix.node-version }}
23
24
- name: Load yarn cache
25
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
26
id: yarn-cache
27
with:
28
path: ./node_modules
.github/workflows/test.yaml
0 commit comments