diff --git a/.github/workflows/SSW.SophieBot.dev.yml b/.github/workflows/SSW.SophieBot.dev.yml index 78642f3c..fe4eeb43 100644 --- a/.github/workflows/SSW.SophieBot.dev.yml +++ b/.github/workflows/SSW.SophieBot.dev.yml @@ -41,10 +41,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node 20 + - name: Use Node 14 uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "14" - name: Use BF CLI run: npm install -g @microsoft/botframework-cli - name: Use .Net sdk 6.0.x @@ -53,7 +53,7 @@ jobs: dotnet-version: "6.0.x" - name: Create appsettings file - uses: jsdaniell/create-json@1.2.3 + uses: jsdaniell/create-json@v1.2.3 with: name: "appsettings.json" json: ${{ secrets.BOT_APP_APPSETTINGS }} diff --git a/.github/workflows/SSW.SophieBot.prod.yml b/.github/workflows/SSW.SophieBot.prod.yml index dcf08d7b..78f0b79e 100644 --- a/.github/workflows/SSW.SophieBot.prod.yml +++ b/.github/workflows/SSW.SophieBot.prod.yml @@ -31,10 +31,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node 20 + - name: Use Node 14 uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "14" - name: Use BF CLI run: npm install -g @microsoft/botframework-cli - name: Use .Net sdk 6.0.x @@ -43,7 +43,7 @@ jobs: dotnet-version: "6.0.x" - name: Create appsettings file - uses: jsdaniell/create-json@1.2.3 + uses: jsdaniell/create-json@v1.2.3 with: name: "appsettings.json" json: ${{ secrets.BOT_APP_APPSETTINGS }}