Merge remote-tracking branch 'upstream/master' into art/bump-2024.2.0
This commit is contained in:
commit
2ef5486e5a
1893 changed files with 11542 additions and 7303 deletions
4
.github/workflows/test-production.yml
vendored
4
.github/workflows/test-production.yml
vendored
|
|
@ -23,12 +23,12 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 8
|
||||
run_install: false
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.1
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'pnpm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue