Skip to content

Commit

Permalink
Update azure-static-web-apps-zealous-desert-09e073403.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Nov 6, 2024
1 parent e182e29 commit fd9880d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fd9880d

Please sign in to comment.