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 e4e57be commit 625b036Copy full SHA for 625b036
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
- uses: actions/setup-node@v6
24
with:
25
node-version: 22
26
+ cache: 'yarn'
27
28
- run: yarn install --immutable
29
- run: yarn check
0 commit comments