Skip to content

Commit a4262d2

Browse files
authored
chore: update azd version to 1.19.0 and add Node.js setup in workflows
1 parent 3775094 commit a4262d2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/azure-dev-down.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)