Skip to content

Commit

Permalink
tentative fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Dec 9, 2024
1 parent 63096c2 commit df75f89
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pull-requests: write
steps:
- name: Setup Node and PNPM
uses: ./.github/workflows/setup.yml
uses: ./.github/composite-actions/setup

- name: Build Packages
run: pnpm build:pkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-react19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Setup Node and PNPM
uses: ./.github/workflows/setup.yml
uses: ./.github/composite-actions/setup
with:
install_dependencies: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Setup Node and PNPM
uses: ./.github/workflows/setup.yml
uses: ./.github/composite-actions/setup

- name: Build packages
run: pnpm build:pkg
Expand Down

0 comments on commit df75f89

Please sign in to comment.