diff --git a/.github/workflows/basic-validation.yml b/.github/workflows/basic-validation.yml index 7a26b693..fb53e1f4 100644 --- a/.github/workflows/basic-validation.yml +++ b/.github/workflows/basic-validation.yml @@ -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' \ No newline at end of file + with: + node-version: '20.x' \ No newline at end of file diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 8ea93fb9..bb937210 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -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 \ No newline at end of file +with: + node-version: '20.x' \ No newline at end of file diff --git a/.github/workflows/update-config-files.yml b/.github/workflows/update-config-files.yml index 721a2b8e..87af5004 100644 --- a/.github/workflows/update-config-files.yml +++ b/.github/workflows/update-config-files.yml @@ -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 \ No newline at end of file