Skip to content

Commit

Permalink
ci: 更新 node 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xpyjs committed Jun 13, 2024
1 parent c9ca665 commit f3c3f09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 2. 设置 Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: 3. 安装依赖
run: yarn && cd docs && yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 2. 设置 Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: 3. 安装依赖
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 2. 设置 Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: 3. 安装依赖
Expand Down

0 comments on commit f3c3f09

Please sign in to comment.