Skip to content

Commit ba21d61

Browse files
committed
fix(ci): use corepack to run yarn
1 parent 65e79c6 commit ba21d61

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{matrix.node-version}}
31-
- run: yarn
32-
- run: yarn test
33-
- run: yarn lint
31+
- run: corepack yarn
32+
- run: corepack yarn test
33+
- run: corepack yarn lint
3434
deploy:
3535
name: Deploy
3636
runs-on: ubuntu-latest
@@ -51,5 +51,5 @@ jobs:
5151
uses: actions/setup-node@v4
5252
with:
5353
node-version: ${{env.DEPLOY_NODE_VERSION}}
54-
- run: yarn
55-
- run: yarn semantic-release
54+
- run: corepack yarn
55+
- run: corepack yarn semantic-release

.idea/dictionaries/djc.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)