Skip to content

Commit

Permalink
Merge pull request #41 from HiDeoo/hd-pnpm-action-setup-version
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Oct 4, 2023
2 parents fa33c21 + 67fc722 commit e60dbdd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

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

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

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

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions templates/.github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: [[PACKAGE_MANAGER_VERSION]]

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions templates/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: [[PACKAGE_MANAGER_VERSION]]

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e60dbdd

Please sign in to comment.