From 5c9c9607919b8638b441179653d4f88156a86d5c Mon Sep 17 00:00:00 2001 From: "Mingor(100757)" Date: Wed, 18 Sep 2024 15:26:59 +0800 Subject: [PATCH] done. --- .dockerignore | 10 ++++++++++ .github/workflows/auto-ci-cd.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a20d377 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,10 @@ +node_modules +.github +.husky +.vscode +build +mock +public +src +tests +types \ No newline at end of file diff --git a/.github/workflows/auto-ci-cd.yaml b/.github/workflows/auto-ci-cd.yaml index d6247d8..412420e 100644 --- a/.github/workflows/auto-ci-cd.yaml +++ b/.github/workflows/auto-ci-cd.yaml @@ -14,7 +14,7 @@ jobs: - name: 设置 Node.js uses: actions/setup-node@v3 with: - node-version: '20.2.0-buster' + node-version: '20.x' - name: 设置淘宝依赖源 run: npm config set registry https://registry.npmmirror.com