Skip to content

Commit c447fec

Browse files
committed
use latest
1 parent c7ee822 commit c447fec

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deployment-develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@v4
17+
with:
18+
version: latest
1719

1820
- name: Install dependencies
1921
run: pnpm install --frozen-lockfile --strict-peer-dependencies

.github/workflows/deployment-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4
21+
with:
22+
version: latest
2123

2224
- name: Install dependencies
2325
run: pnpm install --frozen-lockfile --strict-peer-dependencies

0 commit comments

Comments
 (0)