diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a9a28a6..ccd7651 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,8 @@ jobs: submodules: true fetch-depth: 0 - run: | - yarn install + npm install -g yarn@1.22.19 # ← yarn 1系を使う! + yarn install --frozen-lockfile --ignore-engines rm -rf public git clone https://${GITEA_TOKEN}@git.syui.ai/ai/card_public public rm -rf public/.git* diff --git a/package.json b/package.json index a74022f..1bd91d4 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,8 @@ }, "devDependencies": { "@vue/cli-service": "~4.5.15" + }, + "resolutions": { + "minimatch": "^3.1.2" } } diff --git a/src/App.vue b/src/App.vue index 3f957e1..4c91b00 100755 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@