We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7b9fb commit db90c9cCopy full SHA for db90c9c
.github/shared-actions/windows-bazel-test/action.yml
@@ -18,12 +18,12 @@ runs:
18
steps:
19
- name: Initialize WSL
20
id: init_wsl
21
- uses: angular/dev-infra/github-actions/setup-wsl@7f2c99469dcf64fd466abf6cb53bede791d7599d
+ uses: alan-agius4/dev-infra/github-actions/setup-wsl@2b54e1744d7a4e27bc01a20d6ec58c29c1aecc4a
22
with:
23
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
24
25
- name: Installing pnpm (in WSL)
26
- run: npm install -g pnpm@9
+ run: npm install -g pnpm@10
27
shell: wsl-bash {0}
28
29
- name: Install node modules in WSL (re-using from previous install/cache restore)
0 commit comments