node update from the workflows

This commit is contained in:
Aparna Jyothi
2025-09-02 21:53:45 +05:30
parent 4fc21c0d5d
commit 4cf7c0560d
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ jobs:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20'
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'
node-version: '24.x'