Skip to content

Commit 63ae29f

Browse files
committed
fix(ci): pnpm not found
1 parent e28eaed commit 63ae29f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
install_args: node python java ktlint swiftlint pipx:gdtoolkit
3333
cache: true
3434

35+
- name: Enable Corepack
36+
run: mise x -- corepack enable pnpm
37+
3538
- name: Get pnpm store path
3639
id: pnpm-store
3740
run: echo "path=$(mise x -- corepack pnpm store path --silent)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)