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 65e79c6 commit ba21d61Copy full SHA for ba21d61
.github/workflows/ci.yml
@@ -28,9 +28,9 @@ jobs:
28
uses: actions/setup-node@v4
29
with:
30
node-version: ${{matrix.node-version}}
31
- - run: yarn
32
- - run: yarn test
33
- - run: yarn lint
+ - run: corepack yarn
+ - run: corepack yarn test
+ - run: corepack yarn lint
34
deploy:
35
name: Deploy
36
runs-on: ubuntu-latest
@@ -51,5 +51,5 @@ jobs:
51
52
53
node-version: ${{env.DEPLOY_NODE_VERSION}}
54
55
- - run: yarn semantic-release
+ - run: corepack yarn semantic-release
.idea/dictionaries/djc.xml
0 commit comments