Action Files upgrade to 20

This commit is contained in:
HarithaVattikuti 2023-11-23 12:36:21 +05:30
parent a8ae4a5545
commit 902145c519
3 changed files with 6 additions and 0 deletions

View File

@ -15,3 +15,5 @@ jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20'

View File

@ -15,3 +15,5 @@ jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20'

View File

@ -9,3 +9,5 @@ jobs:
call-update-configuration-files:
name: Update configuration files
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
with:
node-version: '20'