chore(ci): upgrade GitHub Actions for Node 24 compatibility (#1047)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti
2026-02-28 18:56:02 +08:00
committed by GitHub
parent b3117e9ad8
commit c3e21cbe63
7 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
run_install: false
- name: Install Node.js 24.x
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 24.x
# registry-url required. Learn more at