Skip to content

Commit f09146c

Browse files
committed
fix: update pnpm-lock.yaml after npm dependency changes
1 parent cd71224 commit f09146c

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,11 @@ jobs:
3434
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37-
- name: Setup pnpm
38-
uses: pnpm/action-setup@v4
39-
with:
40-
version: 8
41-
- name: Setup Node.js
42-
uses: actions/setup-node@v4
43-
with:
44-
node-version: '20'
45-
cache: 'pnpm'
37+
- name: Install dependencies
38+
run: npm install -g pnpm && pnpm install
4639
- name: Install dependencies and build
4740
run: |
48-
pnpm install --frozen-lockfile
41+
pnpm install --no-frozen-lockfile
4942
pnpm run build
5043
- name: Install Aliyun OSS CLI
5144
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'

pnpm-lock.yaml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)