fix(repo): fix nightly registry failing on windows (#16804)
This commit is contained in:
parent
32c176c359
commit
747050e4a8
1
.github/workflows/e2e-matrix.yml
vendored
1
.github/workflows/e2e-matrix.yml
vendored
@ -334,7 +334,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
cache: 'pnpm'
|
||||
registry-url: http://localhost:4872
|
||||
|
||||
- name: Cache node_modules
|
||||
id: cache-modules
|
||||
|
||||
1
.github/workflows/e2e-windows.yml
vendored
1
.github/workflows/e2e-windows.yml
vendored
@ -260,7 +260,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
cache: 'pnpm'
|
||||
registry-url: http://localhost:4872
|
||||
|
||||
- name: Cache node_modules
|
||||
id: cache-modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user