Skip to content

Commit

Permalink
fix: should lock the version of vue in vue playground without softlin…
Browse files Browse the repository at this point in the history
…k ci check (#31)
  • Loading branch information
meloalright authored Apr 21, 2024
1 parent e61a8eb commit 821b60a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Check

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playground Use Latest
name: Playground Without Softlink

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion vue-playground/package-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"core-js": "^3.8.3",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"vue": "^3.2.13",
"vue": "3.3.4",
"vue-live": "^2.5.4",
"vue-skia": "0.0.9"
},
Expand Down

0 comments on commit 821b60a

Please sign in to comment.