File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,17 @@ jobs:
3333 - name : Install azd
3434 uses : Azure/setup-azd@ae0f8b5482eeac61e940f447327d84c73beb8b1e # v2.1.0
3535 with :
36- version : ' 1.18.1' # Specify your desired azd version here
36+ version : ' 1.19.0' # Specify your desired azd version here
37+
38+ - name : Setup Node.js
39+ uses : actions/setup-node@v4
40+ with :
41+ node-version : ' 18.x'
3742
3843 - name : Install Terraform
3944 uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
4045 with :
41- terraform_version : 1.12.2
46+ terraform_version : 1.13.3
4247
4348 - name : Login to Azure with Federated Identity
4449 uses : azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
Original file line number Diff line number Diff line change 4545 - name : Install azd
4646 uses : Azure/setup-azd@ae0f8b5482eeac61e940f447327d84c73beb8b1e # v2.1.0
4747 with :
48- version : ' 1.18.1 ' # Specify your desired azd version here
48+ version : ' 1.19.0 ' # Specify your desired azd version here
4949
5050 - name : Install TFLint
5151 uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
You can’t perform that action at this time.
0 commit comments