Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into eng-1828-migration-to…
Browse files Browse the repository at this point in the history
…-new-cloud-api-system
  • Loading branch information
HeavenVolkoff committed Oct 21, 2024
2 parents 17d82ee + ea92383 commit 73cb220
Show file tree
Hide file tree
Showing 175 changed files with 2,626 additions and 6,265 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ runs:
using: 'composite'
steps:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9.0.6
uses: pnpm/action-setup@v4

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:

- name: Install LLVM and Clang
if: ${{ runner.os == 'Windows' }}
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
cached: ${{ steps.cache-llvm-restore.outputs.cache-hit }}
version: '15'
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ package*.json

# Dont format locales json
interface/locales

scripts/utils/.tmp/*
Loading

0 comments on commit 73cb220

Please sign in to comment.