Skip to content

Commit 27d0a00

Browse files
committed
update github workflow actions
1 parent 36ce88e commit 27d0a00

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,15 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313

14-
- name: Install pnpm
15-
uses: pnpm/action-setup@v3
16-
with:
17-
version: 8
18-
1914
- name: Install Node.js
2015
uses: actions/setup-node@v4
21-
with:
22-
node-version: 20
23-
cache: pnpm
2416

25-
- name: Install dependencies
26-
run: pnpm i
17+
- name: Install pnpm
18+
uses: pnpm/action-setup@v4
19+
with:
20+
version: latest
21+
run_install: |
22+
recursive: true
2723
2824
- name: build
2925
env:

0 commit comments

Comments
 (0)