Skip to content

Commit 75ba664

Browse files
committed
chore(ci): fix CI action
1 parent 07e1a9b commit 75ba664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141

4242
- run: |
43-
npm ci
43+
yarn --immutable
4444
yarn redoc:test
4545
4646
# TODO

0 commit comments

Comments
 (0)