Skip to content

Commit 7e7db28

Browse files
committed
chore: update ci, pnpm version 8.15
1 parent d15db82 commit 7e7db28

3 files changed

Lines changed: 813 additions & 799 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: pnpm/action-setup@v2
2727
with:
28-
version: 7.12
28+
version: 8.15
2929

3030
- name: Setup Git
3131
run: |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: test
22

33
on:
44
push:
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: pnpm/action-setup@v2
2626
with:
27-
version: 7.12
27+
version: 8.15
2828

2929
- name: Install dependencies
3030
run: pnpm install

0 commit comments

Comments
 (0)