node-version update in the workflows

This commit is contained in:
Aparna Jyothi 2025-09-02 21:38:44 +05:30
parent 4f6f36c9a0
commit 9b03c62722
2 changed files with 2 additions and 2 deletions

View file

@ -14,4 +14,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'