Skip to content

Commit 782d1a1

Browse files
authored
Merge branch 'main' into patch-1
2 parents 81a6723 + fd9880d commit 782d1a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/azure-static-web-apps-zealous-desert-09e073403.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
build_and_deploy_job:
1212
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
node-version: [20]
1714
name: Build and Deploy Job
1815
steps:
1916
- uses: actions/checkout@v4
@@ -25,7 +22,7 @@ jobs:
2522
id: build
2623
uses: actions/setup-node@v4
2724
with:
28-
node-version: ${{ matrix.node-version }}
25+
node-version: 20
2926
- run: npm run build --if-present
3027
- name: Deploy
3128
id: deploy

0 commit comments

Comments
 (0)