Skip to content

Commit

Permalink
chore: upgrade node version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Mar 30, 2024
1 parent e7f29d9 commit d9744d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16 # 或者您需要的 Node.js 版本
node-version: 18 # 或者您需要的 Node.js 版本

- name: Install packages dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit d9744d5

Please sign in to comment.