Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Nov 6, 2024
2 parents 81a6723 + fd9880d commit 782d1a1
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 782d1a1

Please sign in to comment.