mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: pin pnpm version for setup action v6
This commit is contained in:
parent
adb46a95a6
commit
6eadf786f5
2 changed files with 4 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -46,7 +46,8 @@ jobs:
|
||||||
if: matrix.pm == 'pnpm'
|
if: matrix.pm == 'pnpm'
|
||||||
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
|
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
|
||||||
with:
|
with:
|
||||||
version: latest
|
# Keep an explicit pnpm major because this repo's packageManager is Yarn.
|
||||||
|
version: 10
|
||||||
|
|
||||||
- name: Setup Yarn (via Corepack)
|
- name: Setup Yarn (via Corepack)
|
||||||
if: matrix.pm == 'yarn'
|
if: matrix.pm == 'yarn'
|
||||||
|
|
|
||||||
3
.github/workflows/reusable-test.yml
vendored
3
.github/workflows/reusable-test.yml
vendored
|
|
@ -38,7 +38,8 @@ jobs:
|
||||||
if: inputs.package-manager == 'pnpm'
|
if: inputs.package-manager == 'pnpm'
|
||||||
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
|
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
|
||||||
with:
|
with:
|
||||||
version: latest
|
# Keep an explicit pnpm major because this repo's packageManager is Yarn.
|
||||||
|
version: 10
|
||||||
|
|
||||||
- name: Setup Yarn (via Corepack)
|
- name: Setup Yarn (via Corepack)
|
||||||
if: inputs.package-manager == 'yarn'
|
if: inputs.package-manager == 'yarn'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue