Skip to content

Commit

Permalink
fix: set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 16, 2023
1 parent f579390 commit 794578f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
path: "clone-files"

- name: 设置 node 环境
uses: actions/setup-node@v3
with:
node-version: "19.1.0"

- name: 设置 id_rsa
run: |
mkdir -p ~/.ssh/
Expand Down

0 comments on commit 794578f

Please sign in to comment.