Skip to content

Commit bf99a51

Browse files
committed
Add pnpm version 10.26.2 to GitHub Actions workflows
1 parent f318af9 commit bf99a51

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

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

1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4
18+
with:
19+
version: 10.26.2
1820

1921
- name: Setup Node.js 18
2022
uses: actions/setup-node@v4

.github/workflows/ci.yml

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

1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4
18+
with:
19+
version: 10.26.2
1820

1921
- name: Setup Node.js 18
2022
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)