Skip to content

Commit

Permalink
install node and check full path
Browse files Browse the repository at this point in the history
Signed-off-by: midays <[email protected]>
  • Loading branch information
midays committed Nov 25, 2024
1 parent 5655726 commit 3f07c80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,18 @@ jobs:
run: |
$env:PATH += ";C:\Program Files\Microsoft VS Code\bin"
# - name: Refresh PATH after Node.js Installation
# run: refreshenv
# shell: powershell

- name: Check Env PATH variable
shell: powershell
run: echo $env:PATH

- name: Verify Installation
run: |
& "C:\Program Files\Microsoft VS Code\bin\code" --version
node --version
& "C:\Program Files\nodejs\node.exe" --version
shell: powershell

- name: Clone kai-ci repo
Expand Down

0 comments on commit 3f07c80

Please sign in to comment.