This commit is contained in:
Philip Peterson 2025-04-25 23:07:30 -07:00
parent db9cbb26dc
commit f1f322b756
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -15,7 +15,11 @@ jobs:
name: Build Ubuntu
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/build
- name: Checkout code
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
with:
node-version: ${{ env.NODE_VERSION }}
@ -23,7 +27,11 @@ jobs:
name: Build macOS
runs-on: macos-latest
steps:
- uses: ./.github/actions/build
- name: Checkout code
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
with:
node-version: ${{ env.NODE_VERSION }}