Skip to content

Commit

Permalink
ci: 升级node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
SherkeyXD committed Feb 10, 2024
1 parent c322efd commit 47549fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
DO_NOT_TRACK: 1
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fetch docs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "MaaAssistantArknights/MaaAssistantArknights"
sparse-checkout: "docs"
Expand All @@ -37,7 +37,7 @@ jobs:
rm -r ./temp
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
Expand Down

0 comments on commit 47549fe

Please sign in to comment.