mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(ci): update pnpm version to latest in CI pipeline configuration
This commit is contained in:
parent
01fca448bd
commit
49b54e9bb0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-pipeline.yml
vendored
4
.github/workflows/ci-pipeline.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
|||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.11.0
|
||||
version: latest
|
||||
run_install: false
|
||||
|
||||
- name: Run ${{ matrix.name }}
|
||||
|
@ -159,7 +159,7 @@ jobs:
|
|||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.11.0
|
||||
version: latest
|
||||
run_install: false
|
||||
|
||||
- name: Cache Playwright Browsers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue