Skip to content

Commit

Permalink
fix(repo): fix nightly registry failing on windows (#16804)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored May 5, 2023
1 parent 32c176c commit 747050e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 747050e

Please sign in to comment.