Skip to content

Commit

Permalink
fixing node setup no deps file error
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLev committed Aug 2, 2023
1 parent 20d3af2 commit d177398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/homepage-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: 'homepage/yarn.lock'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Lint
Expand Down

0 comments on commit d177398

Please sign in to comment.