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 6d83cf5 commit db6ecbbCopy full SHA for db6ecbb
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/setup-node@v4
25
with:
26
node-version: 20
27
- - run: yarn example && yarn install
+ - run: yarn && yarn example
28
if: steps.cache-node.outputs.cache-hit != 'true'
29
- run: yarn lint
30
- run: yarn typescript
0 commit comments