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
@@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ">=1.18.0"