Skip to content

Commit 2855f59

Browse files
authored
fix: Adding the node install as now the npm binary is not found. (#2562)
* fix: Adding the node install as now the npm binary is not found. Signed-off-by: ebadiere <[email protected]> * fix: Applied feedback for security. Signed-off-by: ebadiere <[email protected]> --------- Signed-off-by: ebadiere <[email protected]> Disabled DCO check on this PR
1 parent 3c16200 commit 2855f59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-automation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ jobs:
152152
gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }}
153153
passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}
154154

155+
- name: Set up Node.js
156+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
157+
with:
158+
node-version: '18'
159+
155160
- name: Install dependencies
156161
run: npm ci
157162

0 commit comments

Comments
 (0)