Skip to content

Commit

Permalink
No pnpm action anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 22, 2024
1 parent a29c59a commit e31bce6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 46 deletions.
5 changes: 1 addition & 4 deletions frontend_addon/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"__gha_version_node": "20.x",
"__gha_version_checkout": "v4",
"__gha_version_setup_node": "v4",
"__gha_version_pnpm_action_setup": "v3",
"__gha_version_cache": "v4",
"__gha_version_background_action": "v1",
"__gha_version_upload_artifact": "v4",
Expand All @@ -39,9 +38,7 @@
"email": "Author E-mail"
},
"_copy_without_render": [],
"_extensions": [
"cookieplone.filters.latest_volto"
],
"_extensions": ["cookieplone.filters.latest_volto"],
"__cookieplone_repository_path": "",
"__cookieplone_template": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@ jobs:
with:
node-version: {{ "${{ env.NODE_VERSION }}" }}

- uses: pnpm/action-setup@{{ cookiecutter.__gha_version_pnpm_action_setup }}
name: Install pnpm
with:
version: {{ cookiecutter.__version_pnpm_major }}
# We don't want to install until later,
# when the cache and Cypress are in place
run_install: false
- name: Enable corepack
run: corepack enable

- name: Get pnpm store directory
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ jobs:
with:
node-version: {{ "${{ env.NODE_VERSION }}" }}

- uses: pnpm/action-setup@{{ cookiecutter.__gha_version_pnpm_action_setup }}
name: Install pnpm
with:
version: {{ cookiecutter.__version_pnpm_major }}
# We don't want to install until later,
# when the cache and Cypress are in place
run_install: false
- name: Enable corepack
run: corepack enable

- name: Get pnpm store directory
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
with:
node-version: {{ "${{ env.NODE_VERSION }}" }}

- uses: pnpm/action-setup@{{ cookiecutter.__gha_version_pnpm_action_setup }}
name: Install pnpm
with:
version: {{ cookiecutter.__version_pnpm_major }}
# We don't want to install until later,
# when the cache is in place
run_install: false
- name: Enable corepack
run: corepack enable

- name: Get pnpm store directory
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
with:
node-version: {{ "${{ env.NODE_VERSION }}" }}

- uses: pnpm/action-setup@{{ cookiecutter.__gha_version_pnpm_action_setup }}
name: Install pnpm
with:
version: {{ cookiecutter.__version_pnpm_major }}
# We don't want to install until later,
# when the cache and Cypress are in place
run_install: false
- name: Enable corepack
run: corepack enable

- name: Get pnpm store directory
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ jobs:
with:
node-version: {{ "${{ env.NODE_VERSION }}" }}

- uses: pnpm/action-setup@{{ cookiecutter.__gha_version_pnpm_action_setup }}
name: Install pnpm
with:
version: {{ cookiecutter.__version_pnpm_major }}
# We don't want to install until later,
# when the cache and Cypress are in place
run_install: false
- name: Enable corepack
run: corepack enable

- name: Get pnpm store directory
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
with:
node-version: {{ "${{ env.NODE_VERSION }}" }}

- uses: pnpm/action-setup@{{ cookiecutter.__gha_version_pnpm_action_setup }}
name: Install pnpm
with:
version: {{ cookiecutter.__version_pnpm_major }}
# We don't want to install until later,
# when the cache and Cypress are in place
run_install: false
- name: Enable corepack
run: corepack enable

- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit e31bce6

Please sign in to comment.