[8.15] [Build] Fix Windows Node path (#188271) (#188348)

# Backport

This will backport the following commits from `main` to `8.15`:
- [[Build] Fix Windows Node path
(#188271)](https://github.com/elastic/kibana/pull/188271)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-07-15T18:02:27Z","message":"[Build]
Fix Windows Node path (#188271)\n\n## Summary\r\n\r\nCloses
#188175\r\n\r\nThis path wasn't updated as part of
#184675","sha":"58c82e8f81e7768dbe92f0bd7c6a6ddb2f76d526","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-minor","v8.15.0","v8.16.0"],"title":"[Build]
Fix Windows Node
path","number":188271,"url":"https://github.com/elastic/kibana/pull/188271","mergeCommit":{"message":"[Build]
Fix Windows Node path (#188271)\n\n## Summary\r\n\r\nCloses
#188175\r\n\r\nThis path wasn't updated as part of
#184675","sha":"58c82e8f81e7768dbe92f0bd7c6a6ddb2f76d526"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/188271","number":188271,"mergeCommit":{"message":"[Build]
Fix Windows Node path (#188271)\n\n## Summary\r\n\r\nCloses
#188175\r\n\r\nThis path wasn't updated as part of
#184675","sha":"58c82e8f81e7768dbe92f0bd7c6a6ddb2f76d526"}}]}]
BACKPORT-->

Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2024-07-15 21:29:50 +02:00 committed by GitHub
parent 269f0bc35f
commit 8acbabf640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set DIR=%%~dpfI
set NODE=%DIR%\node\node.exe
set NODE=%DIR%\node\default\node.exe
set NODE_ENV=production
If Not Exist "%NODE%" (

View file

@ -5,7 +5,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set DIR=%%~dpfI
set NODE=%DIR%\node\node.exe
set NODE=%DIR%\node\default\node.exe
set NODE_ENV=production
If Not Exist "%NODE%" (