Skip to content

Commit

Permalink
fix: 2561 release automation cannot find npm (hashgraph#2564)
Browse files Browse the repository at this point in the history
* 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>

* fix: Applied the Node.js install before the first npm ci call.

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

---------

Signed-off-by: ebadiere <ebadiere@gmail.com>
  • Loading branch information
ebadiere authored Jun 4, 2024
1 parent 2855f59 commit 496722a
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 @@ -78,6 +78,11 @@ jobs:
git checkout ${RELEASE_BRANCH}
fi
- 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 496722a

Please sign in to comment.