Skip to content

Commit

Permalink
tentative update to the path to the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Dec 6, 2024
1 parent 1ead3ca commit dbfcaa4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/actions/setup.yml
uses: ./../actions/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/actions/setup.yml
uses: ./../actions/setup.yml

- name: Build Packages
run: pnpm build:pkg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-react19.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI React 19

# Pnpm setup based on https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time

Expand All @@ -21,7 +21,7 @@ jobs:

steps:
- name: Setup Node and PNPM
uses: ./.github/actions/setup.yml
uses: ./../actions/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/actions/setup.yml
uses: ./../actions/setup.yml

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

0 comments on commit dbfcaa4

Please sign in to comment.