Skip to content

Commit

Permalink
Remove pnpm version in Github Actions script, in lieu of the packageM…
Browse files Browse the repository at this point in the history
…anager key in package.json
  • Loading branch information
danielnaab committed Aug 23, 2024
1 parent 808e99b commit 516037a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/_terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/_terraform-plan-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 516037a

Please sign in to comment.