Skip to content

Commit 7a117f4

Browse files
authored
fix: remove Node.js setup from CI workflows
1 parent f2a1e9b commit 7a117f4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
with:
3636
version: '1.20.0' # Specify your desired azd version here
3737

38-
- name: Setup Node.js
39-
uses: actions/setup-node@v4
40-
with:
41-
node-version: '18.x'
42-
4338
- name: Install Terraform
4439
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
4540
with:

.github/workflows/azure-dev.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
with:
4848
version: '1.20.0' # Specify your desired azd version here
4949

50-
- name: Setup Node.js
51-
uses: actions/setup-node@v4
52-
with:
53-
node-version: '18.x'
54-
5550
- name: Install Terraform
5651
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
5752
with:

0 commit comments

Comments
 (0)