Update Node version in node workflow

This commit is contained in:
Shivam Mathur
2026-01-20 06:30:53 +05:30
parent 46ae35f333
commit f0e37f9e90

View File

@@ -33,10 +33,10 @@ jobs:
with:
fetch-depth: 2
- name: Setup Node.js 20.x
- name: Setup Node.js 24.x
uses: actions/setup-node@v6
with:
node-version: 20.x
node-version: 24.x
- name: Install dependencies
run: npm install