Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- run: node --version
- run: npm --version

Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An Angular module that exports a component that can enable users to search over

### Deprecation Notice

Search-client now supports Angular v19, we will provide support for the older version that is based on Angular v17 till 31st March 2026 .
Search-client now supports Angular v19, we will provide support for the older version that is based on Angular v19 till 30th June 2026 .

## Angular Module

Expand Down
Loading