Upgrade Node.js version in workflow files to 24.x

This commit is contained in:
Salman Muin Kayser Chishti 2025-08-08 07:29:50 +01:00
commit 4f5bea927e
2 changed files with 2 additions and 2 deletions

View file

@ -16,4 +16,4 @@ jobs:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20.x'
node-version: '24.x'

View file

@ -16,4 +16,4 @@ jobs:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20.x'
node-version: '24.x'