Skip to content

Commit

Permalink
Merge pull request #316 from Nismit/develop
Browse files Browse the repository at this point in the history
v4.2.0
  • Loading branch information
Nismit authored Oct 15, 2023
2 parents f832fa0 + e9899b1 commit 7db67a6
Show file tree
Hide file tree
Showing 6 changed files with 8,449 additions and 4,928 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Specify Node Version
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
"editor.lineNumbers": "on",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"deno.enable": false,
}
Loading

1 comment on commit 7db67a6

@vercel
Copy link

@vercel vercel bot commented on 7db67a6 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.