Skip to content

Commit 496722a

Browse files
authored
fix: 2561 release automation cannot find npm (#2564)
* 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]> * fix: Applied the Node.js install before the first npm ci call. Signed-off-by: ebadiere <[email protected]> --------- Signed-off-by: ebadiere <[email protected]>
1 parent 2855f59 commit 496722a

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
@@ -78,6 +78,11 @@ jobs:
7878
git checkout ${RELEASE_BRANCH}
7979
fi
8080
81+
- name: Set up Node.js
82+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
83+
with:
84+
node-version: '18'
85+
8186
- name: Install dependencies
8287
run: npm ci
8388

0 commit comments

Comments
 (0)