Skip to content

Commit db90c9c

Browse files
committed
wip!
1 parent 3a7b9fb commit db90c9c

File tree

1 file changed

+2
-2
lines changed
  • .github/shared-actions/windows-bazel-test

1 file changed

+2
-2
lines changed

.github/shared-actions/windows-bazel-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ runs:
1818
steps:
1919
- name: Initialize WSL
2020
id: init_wsl
21-
uses: angular/dev-infra/github-actions/setup-wsl@7f2c99469dcf64fd466abf6cb53bede791d7599d
21+
uses: alan-agius4/dev-infra/github-actions/setup-wsl@2b54e1744d7a4e27bc01a20d6ec58c29c1aecc4a
2222
with:
2323
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
2424

2525
- name: Installing pnpm (in WSL)
26-
run: npm install -g pnpm@9
26+
run: npm install -g pnpm@10
2727
shell: wsl-bash {0}
2828

2929
- name: Install node modules in WSL (re-using from previous install/cache restore)

0 commit comments

Comments
 (0)