Update node to v24.13.1 LTS

This commit is contained in:
Krishan
2026-02-14 06:57:27 +00:00
parent 9d49418a1f
commit 23b8e5c543
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.4.0
with:
node-version: 20.12.2
node-version: 24.13.1
cache: 'npm'
- name: Install dependencies
run: npm ci