Skip to content

Commit

Permalink
tentative 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Dec 6, 2024
1 parent 06f5458 commit 63096c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

- name: Create release Pull Request or publish to NPM
uses: changesets/action@v1
Expand Down
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/workflows/setup.yml

- 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/workflows/setup.yml
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/workflows/setup.yml

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

0 comments on commit 63096c2

Please sign in to comment.