Skip to content

Commit eabba49

Browse files
chore(deps): update dependency pnpm to v10 (#19)
1 parent 23f1014 commit eabba49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 9
27+
version: 10
2828
run_install: true
2929

3030
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9
28+
version: 10
2929
run_install: true
3030

3131
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)