Skip to content

Commit

Permalink
add node and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Jun 7, 2024
1 parent 03d6cb4 commit d78ac5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bash__deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
fetch-depth: 1

- name: Set up Node.js and Yarn
uses: actions/setup-node@v4
with:
node-version: '20.12.2'
registry-url: 'https://registry.yarnpkg.com'

- name: Set up SSH config
run: |
# Set up SSH key
Expand Down

0 comments on commit d78ac5a

Please sign in to comment.