Skip to content

Commit ea3e52e

Browse files
ricardochlSplaktar
authored andcommitted
feat: update origin to Angular v20.3.3
Contributing guide updated - Add prerequisites section with required software versions - Improve translation guidelines with clear examples - Add Git best practices using English conventions - Include troubleshooting section for common issues - Add detailed pnpm installation instructions - Update code examples section with do's and don'ts - Add commit message and branch naming conventions
1 parent ca450f6 commit ea3e52e

File tree

156 files changed

+7831
-2040
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+7831
-2040
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ jobs:
2323
repository-cache: true
2424
- name: Install Dependencies
2525
run: npm ci
26+
- name: Setup pnpm
27+
uses: pnpm/action-setup@v4
28+
with:
29+
version: 10.17.1
2630
- name: Build Docs
2731
run: npm run build

0 commit comments

Comments
 (0)