Skip to content

Commit

Permalink
fix: CD error after the update of remark-gfm to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpss930141011 committed Mar 24, 2024
1 parent 6ee8f82 commit b4e2dbb
Show file tree
Hide file tree
Showing 3 changed files with 7,858 additions and 3,924 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 7.1.5
version: 8.15.5
run_install: false

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-wafer-painter",
"description": "The Wafermap component library based on Vue 3 provides a versatile and customizable solution for visualizing wafermaps, commonly used in semiconductor manufacturing.",
"version": "1.0.8",
"version": "1.0.9",
"private": false,
"author": "ttpss930141011 <https://github.com/ttpss930141011> (https://github.com/ttpss930141011)",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"prepare": "husky install",
"pre-commit": "lint-staged",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -s public",
"build-storybook": "storybook build --docs",
"serve-storybook": "serve storybook-static",
"publish-storybook": "vercel --prod",
"publish-npm": "npm publish"
Expand Down
Loading

1 comment on commit b4e2dbb

@ttpss930141011
Copy link
Owner Author

Choose a reason for hiding this comment

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

Deploy preview for vue-wafer-painter ready!

✅ Preview
https://vue-wafer-painter-bqjhw5vb7-ttpss930141011.vercel.app

Built with commit b4e2dbb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.