feat: use node24 as runner (#267)

Upgrade to node 24 as runners have node 24 support: https://github.com/actions/runner/pull/3940
This commit is contained in:
Salman Chishti
2025-08-09 00:08:23 +01:00
committed by GitHub
parent d7ee281215
commit a1cbe0fa3c
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: "npm"
- run: npm ci
- run: npm run build