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 db01f238c..b11b1d1f6 100644 --- a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml +++ b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml @@ -13,17 +13,20 @@ 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: [18] name: Build and Deploy Job steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: version: 7 - # - name: Use Node.js ${{ matrix.node-version }} - # uses: actions/setup-node@v3 - # with: - # node-version: ${{ matrix.node-version }} - # cache: 'pnpm' + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'pnpm' - name: Install dependencies run: pnpm install - uses: actions/checkout@v2 @@ -38,8 +41,8 @@ jobs: action: 'upload' ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: '/site' # App source code path - api_location: 'api' # Api source code path - optional + app_location: '/' # App source code path + api_location: '' # Api source code path - optional output_location: '' # Built app content directory - optional env: # Add environment variables here IS_STATIC_EXPORT: true