diff --git a/.github/workflows/azure-static-web-apps-zealous-desert-09e073403.yml b/.github/workflows/azure-static-web-apps-zealous-desert-09e073403.yml index 51eb8b06d..d25d940f0 100644 --- a/.github/workflows/azure-static-web-apps-zealous-desert-09e073403.yml +++ b/.github/workflows/azure-static-web-apps-zealous-desert-09e073403.yml @@ -11,9 +11,6 @@ jobs: build_and_deploy_job: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest - strategy: - matrix: - node-version: [20] name: Build and Deploy Job steps: - uses: actions/checkout@v4 @@ -25,7 +22,7 @@ jobs: id: build uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 20 - run: npm run build --if-present - name: Deploy id: deploy