issue # gitea-ci 파일 수정
Some checks failed
Test CI / build (push) Failing after 20s

This commit is contained in:
2025-11-30 01:45:11 +09:00
parent de8381f094
commit 2a1c2716ba

View File

@@ -34,9 +34,9 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-package-v1-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-yarn-v1-
${{ runner.os }}-package-v1-
- name: Install Dependencies with Npm
if: steps.cache-node.outputs.cache-hit != 'true'