mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
chore(ci): remove version specification for pnpm in CI pipeline configuration
This commit is contained in:
parent
49b54e9bb0
commit
aac05f3885
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
|
@ -58,7 +58,6 @@ jobs:
|
||||||
if: steps.check-node-modules-cache.outputs.cache-hit != 'true'
|
if: steps.check-node-modules-cache.outputs.cache-hit != 'true'
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: latest
|
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@ -119,7 +118,6 @@ jobs:
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: latest
|
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Run ${{ matrix.name }}
|
- name: Run ${{ matrix.name }}
|
||||||
|
@ -159,7 +157,6 @@ jobs:
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: latest
|
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Cache Playwright Browsers
|
- name: Cache Playwright Browsers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue