This commit is contained in:
parent
87885a299b
commit
5c9c960791
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@ -0,0 +1,10 @@
|
||||
node_modules
|
||||
.github
|
||||
.husky
|
||||
.vscode
|
||||
build
|
||||
mock
|
||||
public
|
||||
src
|
||||
tests
|
||||
types
|
||||
2
.github/workflows/auto-ci-cd.yaml
vendored
2
.github/workflows/auto-ci-cd.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user