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 48ae576 commit 78bd7fbCopy full SHA for 78bd7fb
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Use GraphQL v${{matrix.graphql_version}}
54
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}}
55
- name: Cache Jest
56
- uses: actions/cache@v2
+ uses: actions/cache@v3
57
with:
58
path: .cache/jest
59
key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}
.github/workflows/website.yml
@@ -14,7 +14,7 @@ jobs:
14
15
node-version: 18
16
- name: Cache Yarn
17
18
19
path: '**/node_modules'
20
key: ${{ runner.os }}-18-16-yarn-${{ hashFiles('yarn.lock') }}
0 commit comments