upgrade to v20

This commit is contained in:
aparnajyothi-y 2023-11-23 14:11:07 +05:30
parent d5ed5f6ee6
commit 301644db6d
3 changed files with 7 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,6 @@ jobs:
call-update-configuration-files:
name: Update configuration files
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
with :
node-version : 20