Skip to content

Commit 7bd32bd

Browse files
committed
chore: restore old yarn version
1 parent a30dbbd commit 7bd32bd

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v2
1313

14-
- name: Use Node.js 20.x
15-
uses: actions/setup-node@v4
14+
- name: Use Node.js 16.x
15+
uses: actions/setup-node@v2
1616
with:
17-
node-version: 20.x
18-
19-
- name: Enable Corepack
20-
run: corepack enable
17+
node-version: 16.x
2118

2219
- name: Install Dependencies
23-
run: yarn install --immutable
20+
run: yarn
2421

2522
- name: Create Release Pull Request & Publish to npm
2623
uses: changesets/action@v1

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@
3737
"commitizen": {
3838
"path": "cz-conventional-changelog"
3939
}
40-
},
41-
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
40+
}
4241
}

0 commit comments

Comments
 (0)