mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 08:52:37 +00:00
workflows: update actions/reusable-workflows to use node20
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
8a6ad31c82
commit
0c7a2e97b1
1 changed files with 7 additions and 0 deletions
7
.github/workflows/continuous-integration.yml
vendored
7
.github/workflows/continuous-integration.yml
vendored
|
|
@ -10,6 +10,13 @@ jobs:
|
||||||
check-dist-call:
|
check-dist-call:
|
||||||
name: Check dist/ directory
|
name: Check dist/ directory
|
||||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||||
|
with:
|
||||||
|
node-version: 20.x
|
||||||
|
node-caching: npm
|
||||||
|
|
||||||
call-basic-validation:
|
call-basic-validation:
|
||||||
name: Basic validation
|
name: Basic validation
|
||||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||||
|
with:
|
||||||
|
node-version: 20.x
|
||||||
|
node-caching: npm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue