Skip to content

Commit

Permalink
💥 feat(vm): vm enabled (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwnmengjing committed Apr 22, 2024
1 parent 9f1981d commit 5dfa0e7
Show file tree
Hide file tree
Showing 27 changed files with 11,506 additions and 20,739 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@umijs/route-utils": "^2.2.2",
"ahooks": "^3.7.8",
"antd": "^5.2.2",
"braft-editor": "^2.3.9",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
Expand Down
Loading

0 comments on commit 5dfa0e7

Please sign in to comment.