Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsontr authored Nov 1, 2023
1 parent e07ccaa commit c578d8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
uses: actions/setup-node@v3.8.2
with:
node-version: "16"
- name: Cache Client Dependencies
uses: actions/cache@v3.3.2
with:
path: |
/home/runner/work/neiist-website/neiist-website/client
key: initial-setup-${{ runner.os }}
- name: Install client dependencies
run: |
cd client
Expand Down

0 comments on commit c578d8b

Please sign in to comment.