Skip to content

Commit 628d430

Browse files
Fix pipeline (#722)
* fix: jsdaniell/create-json version * fix: use node 14
1 parent a5bf11b commit 628d430

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/SSW.SophieBot.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- name: Use Node 20
44+
- name: Use Node 14
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: "20"
47+
node-version: "14"
4848
- name: Use BF CLI
4949
run: npm install -g @microsoft/botframework-cli
5050
- name: Use .Net sdk 6.0.x

.github/workflows/SSW.SophieBot.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34-
- name: Use Node 20
34+
- name: Use Node 14
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: "20"
37+
node-version: "14"
3838
- name: Use BF CLI
3939
run: npm install -g @microsoft/botframework-cli
4040
- name: Use .Net sdk 6.0.x

0 commit comments

Comments
 (0)