Skip to content

Commit

Permalink
Update azure-staticwebapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 8, 2023
1 parent 28349bf commit bff1793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/azure-staticwebapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Use Node.js 16 to build
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm i
- run: npm run build --if-present
- run: npm test
- name: Deploy build artifacts to Azure
Expand Down

0 comments on commit bff1793

Please sign in to comment.