Skip to content

Commit a92f238

Browse files
authored
chore: use default packageManager from package.json, without explicit version (#118)
1 parent 9e3e9ea commit a92f238

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
pull_request:
88
types: [opened, synchronize, reopened]
99

10-
env:
11-
PNPM_VERSION: 9.1.1
12-
1310
jobs:
1411
build:
1512
name: Build, lint, and test on Node ${{ matrix.node }}
@@ -23,9 +20,7 @@ jobs:
2320
uses: actions/checkout@v4
2421

2522
- name: Setup pnpm
26-
uses: pnpm/[email protected]
27-
with:
28-
version: ${{ env.PNPM_VERSION }}
23+
uses: pnpm/action-setup@v4
2924

3025
- name: Use Node ${{ matrix.node }}
3126
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)