Skip to content

Commit

Permalink
fix pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Dec 23, 2024
1 parent b36a562 commit ed7f623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
node-version-file: .node-version

- name: Setup pnpm
uses: pnpm/[email protected]

- name: Install Dependencies
id: install
run: pnpm install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
node-version-file: .node-version

- name: Setup pnpm
uses: pnpm/[email protected]

- name: Install Dependencies
id: pnpm-install
run: pnpm install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
node-version-file: .node-version

- name: Setup pnpm
uses: pnpm/[email protected]

- name: Install Dependencies
id: install
run: pnpm install
Expand Down

0 comments on commit ed7f623

Please sign in to comment.