Update Node and GitHub Actions versions to latest

Bump Node.js engine requirement to >=24 in package.json and package-lock.json. Update action.yml to use node24. Upgrade actions/checkout to v4 and actions/setup-go to v5 in the workflow. These changes ensure compatibility with the latest Node.js and GitHub Actions tooling.
This commit is contained in:
Salman Muin Kayser Chishti
2025-07-30 14:07:24 +01:00
parent dacf4810ac
commit 6fe75f51e7
4 changed files with 9 additions and 3 deletions
+3
View File
@@ -33,6 +33,9 @@
"prettier": "^3.5.3",
"ts-jest": "^29.0.0",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=24"
}
},
"node_modules/@actions/core": {