Skip to content

Commit

Permalink
chore: 修改 .github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qwecxzpoi committed Jun 10, 2024
1 parent a77679b commit a01f381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
# 选择要使用的 node 版本
node-version: '16'
node-version: '18'


- name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
# 选择要使用的 node 版本
node-version: '16'
node-version: '18'


- name: Install pnpm
Expand Down

0 comments on commit a01f381

Please sign in to comment.