mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +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'
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
run_install: false
|
||||
|
||||
- name: Install dependencies
|
||||
|
@ -119,7 +118,6 @@ jobs:
|
|||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
run_install: false
|
||||
|
||||
- name: Run ${{ matrix.name }}
|
||||
|
@ -159,7 +157,6 @@ jobs:
|
|||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
run_install: false
|
||||
|
||||
- name: Cache Playwright Browsers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue