Skip to content

Commit

Permalink
Update Chromatic workflow dependencies (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotAPI authored Dec 17, 2023
1 parent 4a759e4 commit 156ecef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Install dependencies
# ⚠️ Pick one of these, matching the package manager for your project
run: npm ci
run: pnpm install
run: yarn install --immutable --immutable-cache --check-cache
# run: pnpm install
# run: yarn install --immutable --immutable-cache --check-cache

- name: Publish to Chromatic
uses: chromaui/action@latest
Expand Down
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
},
"dependencies": {
"@floating-ui/react": "^0.26.2",
"@radui/ui": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 156ecef

Please sign in to comment.