Skip to content

Commit c174cc9

Browse files
committed
feat: update origin to Angular v20.3.3
1 parent ca450f6 commit c174cc9

File tree

156 files changed

+7831
-2041
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
-2041
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)