Skip to content

Commit

Permalink
Merge pull request #340 from Nismit/develop
Browse files Browse the repository at this point in the history
v4.2.1
  • Loading branch information
Nismit authored Apr 27, 2024
2 parents 7db67a6 + d149841 commit 89c4791
Show file tree
Hide file tree
Showing 6 changed files with 8,299 additions and 10,194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Job steps
steps:
- name: Specify Node Version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- name: Checkout repository
Expand All @@ -27,7 +27,7 @@ jobs:
run: yarn
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@v11
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.format.enable": false,
"editor.formatOnSave": true,
Expand Down
Loading

0 comments on commit 89c4791

Please sign in to comment.