Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Sep 20, 2024
1 parent cc9dfe7 commit 9c99efb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ jobs:
with:
ref: ${{ github.event.inputs.commit_sha || github.sha }}

- name: Install Dependencies
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install Dependencies
run: npm install

- name: Build Project
uses: actions/setup-node@v4
with:
node-version: 20.x
run: npm run build

- name: Configure AWS Credentials
Expand Down

0 comments on commit 9c99efb

Please sign in to comment.