From be65742caa70095656a93fe56a64f0431190227c Mon Sep 17 00:00:00 2001 From: Hyang-Dan Date: Sun, 30 Nov 2025 18:58:27 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#=20-=20gitea-ci=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20node=5Fmodules=20=EC=BA=90=EC=8B=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-ci.yml | 3 ++- .gitignore | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 1b87b4b..e33f3ed 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -35,13 +35,14 @@ jobs: echo "Error: Yarn.js not found" exit 1 fi + echo "yarn version: $(yarn -v)" - name: Restore node_modules id: cache-node uses: actions/cache@v4 with: path: node_modules - key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn-v1- diff --git a/.gitignore b/.gitignore index 667ab74..7276159 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ package-lock.json !.yarn/releases !.yarn/sdks !.yarn/versions - .pnp.* # .pnp.loader.mjs # .yarn/install-state.gz