Skip to content

Commit d228c36

Browse files
👷 CI: 升级文档构建 node 版本 (#3668)
1 parent fc6aca5 commit d228c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ runs:
66
steps:
77
- uses: actions/setup-node@v5
88
with:
9-
node-version: "18"
10-
cache: "yarn"
9+
node-version: lts/*
10+
cache: yarn
1111

1212
- run: yarn install --frozen-lockfile
1313
shell: bash

0 commit comments

Comments
 (0)