Skip to content

Commit 42b0297

Browse files
authored
Upgrade minimum node version (#2721)
1 parent 6993007 commit 42b0297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install Nodejs
126126
uses: actions/setup-node@v4
127127
with:
128-
node-version: 18
128+
node-version: 20
129129

130130
- name: Log in with Azure (Federated Credentials)
131131
run: |

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Setup node
136136
uses: actions/setup-node@v4
137137
with:
138-
node-version: 18
138+
node-version: 20
139139

140140
- name: Install azd
141141
uses: Azure/[email protected]

0 commit comments

Comments
 (0)