From 35797ab8970ad114291d620ac59ce080dbebcd06 Mon Sep 17 00:00:00 2001 From: msuthar09 Date: Wed, 7 Dec 2022 10:16:34 -0500 Subject: [PATCH] test18 --- .../azure-static-web-apps-kind-island-0ccba200f.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml index 4a1817f1d..f4d67b4f5 100644 --- a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml +++ b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml @@ -28,6 +28,19 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + - name: Setup dotnet + uses: actions/setup-dotnet@v3 + with: + dotnet-version: | + 3.1.x + 5.0.x + - name: Install Node.js + uses: actions/setup-node@v3 + with: + node-version: 16 + - uses: nanasess/setup-php@v3 + with: + php-version: '7.4' - uses: pnpm/action-setup@v2 - run: npm install --unsafe-perm - name: Install dependencies