Skip to content

Commit

Permalink
build: switch from yarn classic to yarn v4 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 29, 2023
1 parent c5295e9 commit a88b60b
Show file tree
Hide file tree
Showing 3 changed files with 1,575 additions and 501 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
node-version: 'lts/*'
cache: yarn

- name: Enable Corepack
run: corepack enable

- name: Install Deps
run: yarn install
run: yarn install --immutable

- name: Generate Icons
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"tsx": "^3.14.0",
"typescript": "^5.2.2"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit a88b60b

Please sign in to comment.