Skip to content

Commit

Permalink
修改: action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanamizu2002 committed May 16, 2024
1 parent 6dad18d commit 8d72b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "21" # 修改为你项目所需的Node.js版本
node-version: "21"
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

Expand Down

0 comments on commit 8d72b0a

Please sign in to comment.