Skip to content

Commit cc79e4a

Browse files
committed
🔧 调整 workflows doc 配置
1 parent f2f2cdc commit cc79e4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Checkout Repo
2525
uses: actions/checkout@v3
2626

27-
- name: Setup Node 14
27+
- name: Setup Node 16
2828
uses: actions/setup-node@v3
2929
with:
3030
# 选择要使用的 node 版本
31-
node-version: "14"
31+
node-version: "16"
3232
cache: "yarn"
3333
cache-dependency-path: "doc/yarn.lock"
3434

@@ -39,8 +39,8 @@ jobs:
3939
with:
4040
path: doc/node_modules
4141
key: ${{ runner.os }}-yarn-${{ hashFiles('doc/yarn.lock') }}
42-
restore-keys: |
43-
${{ runner.os }}-yarn-
42+
# restore-keys: |
43+
# ${{ runner.os }}-yarn-
4444

4545
# 如果缓存没有命中,安装依赖
4646
- if: ${{ steps.yarn-cache.outputs.cache-hit == false }}

0 commit comments

Comments
 (0)