Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Nov 18, 2024
1 parent 8eac603 commit b6e474e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: 23
# Install dependencies with pnpm
- uses: pnpm/action-setup@v4
run_install: true

#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

# Install dependencies with pnpm
- uses: pnpm/action-setup@v4
run_install: true

# Publish to GitHub Package Registry (prepublish script will run automatically)
- name: Publish to GitHub Package Registry
Expand Down

0 comments on commit b6e474e

Please sign in to comment.