Skip to content

Commit 69d2077

Browse files
committed
chore: 更新lock文件
1 parent e9d1e91 commit 69d2077

4 files changed

Lines changed: 1144 additions & 1137 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# WeChat MiniProgram GitHub Action
22

3+
> 中文使用文档 [利用 GitHub Actions 实现小程序的持续集成](https://juejin.cn/post/7173608478768889886)
4+
35
A [GitHub Action](https://github.com/features/actions) to automate deploying WeChat MiniProgram by using [miniprogram-ci](https://www.npmjs.com/package/miniprogram-ci).
46

57
It will enable workflows to easily preview and upload your MiniProgram to the WeChat.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"dependencies": {
2525
"@actions/core": "^1.10.0",
2626
"@actions/exec": "^1.1.1",
27-
"miniprogram-ci": "1.9.5",
27+
"miniprogram-ci": "1.9.6",
2828
"ts-node": "^10.9.1"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^18.11.10",
32-
"typescript": "^4.9.3"
32+
"typescript": "^5.0.3"
3333
},
3434
"license": "GPL-3.0",
3535
"packageManager": "pnpm@7.17.1"

0 commit comments

Comments
 (0)