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 13558e0 commit 4b9e1f5Copy full SHA for 4b9e1f5
.github/workflows/pre-release-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
path: |
24
./node_modules
25
- key: ${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
+ key: ${{ hashFiles('yarn.lock') }}
26
- name: Setup node
27
uses: actions/setup-node@v1
28
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
29
30
31
32
33
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
- name: Install dependencies
0 commit comments