Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed Dec 16, 2024
1 parent 270ad7b commit d5838d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/changeset-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Action checkout
- name: Checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Setting up Node LTS
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "yarn"
registry-url: "https://registry.npmjs.org"

- name: Enable Corepack
run: corepack enable

- name: Installing dependencies
run: yarn install --frozen-lockfile

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Setting up Node LTS
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "yarn"
registry-url: "https://registry.npmjs.org"

- name: Enable Corepack
run: corepack enable

- name: Installing dependenciesn
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit d5838d2

Please sign in to comment.