Skip to content

Commit

Permalink
chore: use yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Nov 23, 2023
1 parent f1e3866 commit 133a6c8
Show file tree
Hide file tree
Showing 6 changed files with 6,918 additions and 5,257 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
- run: corepack enable
- run: yarn install
- run: yarn run format
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: corepack enable
- run: yarn install
- run: npx semantic-release
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: corepack enable
- run: yarn install
- run: yarn run lint
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.0",
"semantic-release": "^22.0.8"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 133a6c8

Please sign in to comment.