Skip to content

Commit

Permalink
fix: @actions/core 디펜던시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed Jun 2, 2024
1 parent 616e774 commit f3732ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: 'yarn'

- name: Install packages
run: yarn install && yarn global add @lhci/[email protected]
run: yarn install && yarn global add @lhci/[email protected] && yarn add @actions/core

- name: Set .env
run: echo "${{ vars.DEVELOPMENT_ENV }}" > .env.local
Expand Down

0 comments on commit f3732ed

Please sign in to comment.