Skip to content

Commit

Permalink
ci: edit ci steps wd-144
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 30, 2023
1 parent bc81a9e commit e2563f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ci-${{ hashFiles('**/package-lock.json') }}
restore-keys: ci-

- name: Code Building
Expand Down

0 comments on commit e2563f9

Please sign in to comment.