Skip to content

Commit

Permalink
[#13] Chore: cache step 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Feb 23, 2021
1 parent f065877 commit aae9115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@main

- name: Cache node modules
uses: use actions/cache@main
uses: actions/cache@main
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit aae9115

Please sign in to comment.