Skip to content

Commit

Permalink
Update correct workflow file that was breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Oct 26, 2024
1 parent 8ee5a11 commit 588f9ae
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,14 @@ jobs:
runs-on: ubuntu-latest
name: Build

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Build
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: bun install, and start
run: |
npm ci
npm run build
bun install
bun run build

0 comments on commit 588f9ae

Please sign in to comment.