Skip to content

Commit 7bab788

Browse files
committed
chore: Define pnpm version
1 parent 5b1a6cd commit 7bab788

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
id: extract-branch
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@v4
27+
with:
28+
version: 9
2729
- name: Install Node.js
2830
uses: actions/setup-node@v4
2931
with:

.github/workflows/publish-to-github.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
# Setup .npmrc file to publish to GitHub Packages
1111
- name: Install pnpm
1212
uses: pnpm/action-setup@v4
13+
with:
14+
version: 9
1315
- name: Install Node.js
1416
uses: actions/setup-node@v4
1517
with:

.github/workflows/publish-to-npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- uses: actions/checkout@v4
1010
- name: Install pnpm
1111
uses: pnpm/action-setup@v4
12+
with:
13+
version: 9
1214
- name: Install Node.js
1315
uses: actions/setup-node@v4
1416
with:

0 commit comments

Comments
 (0)