Skip to content

Commit 535a9dc

Browse files
authored
Update node.js.yml install latest corepack
1 parent c034e3b commit 535a9dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
with:
3131
path: ~/.pnpm-store
3232
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
33-
- name: Install pnpm
33+
- name: Install latest corepack
34+
run: npm install -g corepack@latest
35+
- name: Enable corepack
3436
run: corepack enable
3537
- run: pnpm install
3638
- run: pnpm eslint

0 commit comments

Comments
 (0)