support node 24

This commit is contained in:
Salman Muin Kayser Chishti
2025-07-31 23:37:22 +01:00
parent 8ff772deb1
commit 717b895584
10 changed files with 31 additions and 18 deletions
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set Node.js 20.x
- name: Set Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 24.x
- name: npm install
run: npm install