chore: bump pnpm to v10 in web dockerfile (#17611)
This commit is contained in:
parent
5a6219c726
commit
be3ebea45b
4 changed files with 7 additions and 3 deletions
2
.github/workflows/web-tests.yml
vendored
2
.github/workflows/web-tests.yml
vendored
|
|
@ -31,7 +31,9 @@ jobs:
|
|||
uses: tj-actions/changed-files@v45
|
||||
with:
|
||||
files: web/**
|
||||
|
||||
- name: Install pnpm
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue