Skip to content

Commit

Permalink
adding node
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Sep 17, 2024
1 parent 48504e3 commit bcb32a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: hoprnet/hopr-workflows/actions/setup-node-js@master
with:
node-version: ${{ matrix.node-version }}

- name: Setup GCP
id: gcp
uses: hoprnet/hopr-workflows/actions/setup-gcp@master
Expand Down

0 comments on commit bcb32a6

Please sign in to comment.