Skip to content

Commit

Permalink
chore: setup test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Jul 26, 2024
1 parent 378adc0 commit 0d9a445
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
name: Test Project Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run project build
run: |
npm install
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install

0 comments on commit 0d9a445

Please sign in to comment.