Skip to content

Commit

Permalink
自动部署到云服务器
Browse files Browse the repository at this point in the history
  • Loading branch information
ytanck committed Oct 16, 2023
1 parent adb165c commit 1e12d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# 使用action库 actions/setup-node安装node
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16.x
# 安装依赖
- name: npm install
run: npm install
Expand Down

0 comments on commit 1e12d6e

Please sign in to comment.