We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bf11b commit 628d430Copy full SHA for 628d430
2 files changed
.github/workflows/SSW.SophieBot.dev.yml
@@ -41,10 +41,10 @@ jobs:
41
steps:
42
- uses: actions/checkout@v4
43
44
- - name: Use Node 20
+ - name: Use Node 14
45
uses: actions/setup-node@v4
46
with:
47
- node-version: "20"
+ node-version: "14"
48
- name: Use BF CLI
49
run: npm install -g @microsoft/botframework-cli
50
- name: Use .Net sdk 6.0.x
.github/workflows/SSW.SophieBot.prod.yml
@@ -31,10 +31,10 @@ jobs:
31
32
33
34
35
36
37
38
39
40
0 commit comments