Skip to content

Commit fa4c7b1

Browse files
committed
ci: use Corepack to pin PNPM from packageManager and fix lockfile mismatch
1 parent 81064c2 commit fa4c7b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nodejs-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Setup PNPM
22-
uses: pnpm/action-setup@v4
21+
- name: Enable Corepack (PNPM from packageManager)
22+
run: |
23+
corepack enable
2324
2425
- name: Setup Node
2526
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)