chore: upgraded node version for linter and release github actions

This commit is contained in:
Jannat Patel
2026-01-13 10:26:13 +05:30
parent b5fcfb62de
commit af5bc2b071
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
fetch-depth: 200
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
check-latest: true
- name: Check commit titles

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
- name: Setup dependencies
run: |
npm install @semantic-release/git @semantic-release/exec --no-save