Skip to content

Commit db6ecbb

Browse files
authored
chore(ci): fix dependency install order
1 parent 6d83cf5 commit db6ecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 20
27-
- run: yarn example && yarn install
27+
- run: yarn && yarn example
2828
if: steps.cache-node.outputs.cache-hit != 'true'
2929
- run: yarn lint
3030
- run: yarn typescript

0 commit comments

Comments
 (0)