Skip to content

Commit f96814a

Browse files
authored
chore: fix ci (#341)
1 parent 2fd4936 commit f96814a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
deployments: write
1111
steps:
1212
- uses: actions/checkout@v3
13+
- run: corepack enable
1314
- uses: actions/setup-node@v3
1415
with:
1516
cache: yarn
1617
node-version: '16'
17-
- run: corepack enable
1818
- name: Bootstrap
1919
run: yarn --immutable
2020
- name: Build

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
- uses: actions/checkout@v3
3030
if: ${{ steps.release.outputs.releases_created }}
3131

32+
- run: corepack enable
33+
3234
- uses: actions/setup-node@v3
3335
with:
3436
cache: 'yarn'
3537
node-version: 16
3638
registry-url: 'https://registry.npmjs.org'
3739
if: ${{ steps.release.outputs.releases_created }}
3840

39-
- run: corepack enable
40-
4141
- run: yarn install --immutable
4242
if: ${{ steps.release.outputs.releases_created }}
4343

0 commit comments

Comments
 (0)