fix(repo): fix nightly registry failing on windows (#16804)

This commit is contained in:
Miroslav Jonaš 2023-05-05 16:57:07 +02:00 committed by GitHub
parent 32c176c359
commit 747050e4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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