Skip to content

Commit f7d46fe

Browse files
committed
ci: add node 20 for azd up in cicd
1 parent feff606 commit f7d46fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/azure-dev.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131

32+
- name: Setup Node.js v20
33+
uses: actions/setup-node@v4
34+
with:
35+
node-version: 20
36+
3237
- name: Install azd
3338
uses: Azure/setup-azd@v1.0.0
3439

0 commit comments

Comments
 (0)