Skip to content

Commit

Permalink
setup node for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Nov 19, 2024
1 parent c9a087d commit 4d7d7f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ssh-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: ssh
uses: ./action-ssh-to-runner
with:
Expand Down

0 comments on commit 4d7d7f2

Please sign in to comment.