Skip to content

Commit

Permalink
Set node version and remove sshpass installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenarakelyan committed Aug 19, 2024
1 parent 378835b commit 1b7094a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install sshpass
run: sudo apt install sshpass
with:
node-version: "22.0.0"
- name: Configure SSH known hosts
run: |
mkdir -p ~/.ssh/
Expand Down

0 comments on commit 1b7094a

Please sign in to comment.