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
20 changes: 0 additions & 20 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
## Summary

Explain the change and why it’s needed.

## Type of change

- [ ] feat (new feature)
- [ ] fix (bug fix)
- [ ] docs (documentation only)
- [ ] chore/refactor/ci/test (no release)

## Conventional Commits

- Please ensure your commits follow Conventional Commits.
- Use `npm run commit` to open an interactive prompt.

## Checklist

- [ ] Linted locally (`npm run lint`) and tests pass (`npm test`).
- [ ] If user‑facing, commit message uses `feat:` or `fix:` (or `BREAKING CHANGE` where appropriate).
- [ ] Updated docs if needed.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'npm'
- run: npm install --no-audit --no-fund
- run: npm run build
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
scope: '@letuscode'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -25,7 +25,7 @@ jobs:
- run: npm run lint --if-present
- run: npm run test:coverage
- name: Check commit message format
if: matrix.node-version == '20.x'
if: matrix.node-version == '22.x'
run: |
# Check if commit messages follow conventional commits
echo "Checking commit message format..."
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
scope: '@letuscode'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'npm'
- run: npm install --no-audit --no-fund
- name: Lint commit messages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
scope: '@letuscode'
Expand Down
Binary file modified assets/img/chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading