From 2f87c0abaffe32a3d7c6b0b23fefbc09b195232c Mon Sep 17 00:00:00 2001 From: pboymt <10893582+pboymt@users.noreply.github.com> Date: Sat, 25 Mar 2023 23:06:41 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E6=94=B9=20se?= =?UTF-8?q?tup-node=20=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/template-creator.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template-creator.yml b/.github/workflows/template-creator.yml index 8adfe5d..55e0780 100644 --- a/.github/workflows/template-creator.yml +++ b/.github/workflows/template-creator.yml @@ -45,6 +45,7 @@ jobs: with: node-version: 18 cache: "npm" # Set this to npm, yarn or pnp + cache-dependency-path: "template-creator/package-lock.json" # Set this to the path of your package.json or yarn.lock file - name: Install dependencies (ubuntu only) if: startsWith(matrix.os, 'ubuntu-')