Skip to content

Commit a979051

Browse files
committed
chore: update
1 parent daa2263 commit a979051

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v2
1818
with:
1919
version: 8.6.12
20-
- run: pnpm i
20+
- run: pnpm install --no-frozen-lockfile
2121
- run: pnpm run lint
2222
test:
2323
runs-on: ubuntu-latest
@@ -29,6 +29,6 @@ jobs:
2929
- uses: pnpm/action-setup@v2
3030
with:
3131
version: 8.6.12
32-
- run: pnpm i
32+
- run: pnpm install --no-frozen-lockfile
3333
- run: pnpm run build
3434
# - run: pnpm test

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
cache: pnpm
3232

33-
- run: pnpm install
33+
- run: pnpm install --no-frozen-lockfile
3434

3535
- run: pnpm build
3636

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-app-cli",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"packageManager": "pnpm@8.6.12",
66
"description": "自动提审与发布微信、支付宝小程序, 更好的实现小程序的CI/CD",
77
"author": "penghongkun <https://github.com/phk422>",

0 commit comments

Comments
 (0)