Skip to content

Commit 9e115c6

Browse files
committed
Remove explicit pnpm version to use packageManager field
The package.json specifies [email protected] in packageManager field. Removing explicit version from workflows to avoid version conflicts.
1 parent 240805a commit 9e115c6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: pnpm/action-setup@v4
13-
with:
14-
version: 8
1513
- name: Use Node.js ${{ matrix.node-version }}
1614
uses: actions/setup-node@v4
1715
with:

.github/workflows/size.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: pnpm/action-setup@v4
11-
with:
12-
version: 8
1311
- uses: actions/setup-node@v4
1412
with:
1513
node-version: 20.x

0 commit comments

Comments
 (0)