Skip to content

Commit

Permalink
chore: 更新 .github\workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Dec 20, 2021
1 parent 27ea0d6 commit e261d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Cache multiple paths
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js@14 environment
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Cache multiple paths
Expand Down

0 comments on commit e261d31

Please sign in to comment.