Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanireland committed May 1, 2024
1 parent 5446142 commit 504a8d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
deploy:
runs-on: ubuntu-latest

defaults:
run:
working-directory: client

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -18,9 +22,6 @@ jobs:
with:
node-version: '20'

- name: Move into Client Directory
run: cd client/

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 504a8d7

Please sign in to comment.