Skip to content

Commit 93e41d2

Browse files
committed
save
1 parent 66a706c commit 93e41d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,10 @@ jobs:
148148
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
149149
shell: wsl-bash {0}
150150
run: |
151-
sudo apt-get -y install nodejs npm
151+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | sudo -E bash -
152+
nvm install node
152153
node -v
153-
npm -v
154+
npm -v
154155
155156
- name: WSL Run Docker
156157
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)