Skip to content

Commit 0a2697f

Browse files
committed
ci(github): update pnpm version
1 parent 1278e42 commit 0a2697f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: pnpm/action-setup@v2
1313
with:
14-
version: 7
14+
version: ^7.26.0
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16.x

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: pnpm/action-setup@v2
1515
with:
16-
version: 7
16+
version: ^7.26.0
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: 16.x

0 commit comments

Comments
 (0)