Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Fix dependency path and remove redundant install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Typiqally committed Apr 21, 2023
1 parent 85bbded commit 977a908
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
with:
node-version: 16
cache: 'pnpm'
- name: Install modules
run: pnpm install
cache-dependency-path: 'Epsilon.Host.Frontend/pnpm-lock.yaml'

build-frontend:
name: Lint frontend
Expand Down

0 comments on commit 977a908

Please sign in to comment.