We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990c98d commit 56a7032Copy full SHA for 56a7032
1 file changed
.github/workflows/ci.yml
@@ -15,16 +15,11 @@ jobs:
15
steps:
16
- name: git checkout
17
uses: actions/checkout@v6
18
- - name: yarn cache
19
- uses: actions/cache@v5
20
- with:
21
- path: ~/.yarn/berry/cache
22
- key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
23
- restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
24
- name: Set up Node.js v${{matrix.node-version}}
25
uses: actions/setup-node@v6
26
with:
27
node-version: ${{matrix.node-version}}
+ cache: yarn
28
- run: corepack yarn
29
- run: corepack yarn test
30
- run: corepack yarn lint
0 commit comments