Upgrade to v20 in the reusable workflows

This commit is contained in:
aparnajyothi-y 2023-11-23 17:31:46 +05:30
parent 68bcac6341
commit 79f5889648
3 changed files with 4 additions and 7 deletions

View File

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

View File

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

View File

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