Skip to content

Commit ce5542d

Browse files
chore(ci): finish updating workflows for yarn version upgrade
1 parent 3ab7b4b commit ce5542d

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-lint-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- uses: actions/setup-node@v1
4040
with:
4141
node-version: '20'
42+
- run: corepack enable
4243
- run: yarn install --immutable
4344
- name: ESLint
4445
run: yarn lint:js
@@ -61,6 +62,7 @@ jobs:
6162
- uses: actions/setup-node@v1
6263
with:
6364
node-version: '20'
65+
- run: corepack enable
6466
- run: yarn install --immutable
6567
- name: generate
6668
run: cd packages/module && yarn generate
@@ -85,6 +87,7 @@ jobs:
8587
- uses: actions/setup-node@v1
8688
with:
8789
node-version: '20'
90+
- run: corepack enable
8891
- run: yarn install --immutable
8992
- name: generate
9093
run: cd packages/module && yarn generate

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020
- run: corepack enable
2121
- name: Build for promotion
22-
run: yarn install --frozen-lockfile && yarn build
22+
run: yarn install --immutable && yarn build
2323
- name: GitHub Tag Name example
2424
run: |
2525
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ coverage
1414
# package managers
1515
yarn-error.log
1616
lerna-debug.log
17+
.yarn
1718

1819
# IDEs and editors
1920
.idea

0 commit comments

Comments
 (0)