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