Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Feb 10, 2024
1 parent 2fd4936 commit bb5d3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
deployments: write
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: '16'
- run: corepack enable
- name: Bootstrap
run: yarn --immutable
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.releases_created }}

- run: corepack enable

- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: 16
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.releases_created }}

- run: corepack enable

- run: yarn install --immutable
if: ${{ steps.release.outputs.releases_created }}

Expand Down

0 comments on commit bb5d3ba

Please sign in to comment.