Skip to content

Commit

Permalink
apparently we have directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jleedev committed Nov 14, 2024
1 parent 83e9503 commit 70013a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
build-preview:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Checkout Main Branch 🛎️
uses: actions/checkout@v4
with:
Expand All @@ -31,6 +27,10 @@ jobs:
uses: actions/checkout@v4
with:
path: pr-branch
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: pr-branch/package.json
- name: Install and Build Main Branch 🔧
run: |
npm ci --include=dev
Expand Down

0 comments on commit 70013a0

Please sign in to comment.