Skip to content

Commit

Permalink
infra: use managed pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 3, 2023
1 parent ede6ffa commit 744b80f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -124,8 +122,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Install deps
run: pnpm install
Expand All @@ -149,8 +145,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -181,8 +175,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -210,8 +202,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -239,8 +229,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down

0 comments on commit 744b80f

Please sign in to comment.