Skip to content

Commit

Permalink
fix: Adding the node install as now the npm binary is not found. (has…
Browse files Browse the repository at this point in the history
…hgraph#2562)

* fix: Adding the node install as now the npm binary is not found.

Signed-off-by: ebadiere <ebadiere@gmail.com>

* fix:  Applied feedback for security.

Signed-off-by: ebadiere <ebadiere@gmail.com>

---------

Signed-off-by: ebadiere <ebadiere@gmail.com>

Disabled DCO check on this PR
  • Loading branch information
ebadiere authored Jun 4, 2024
1 parent 3c16200 commit 2855f59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ jobs:
gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }}
passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}

- name: Set up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '18'

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 2855f59

Please sign in to comment.