-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
33d24c8
commit 8698fbc
Showing
13 changed files
with
693 additions
and
16,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,12 +120,12 @@ jobs: | |
with: | ||
node-version: ${{matrix.node}} | ||
cache: 'npm' | ||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3 | ||
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3 | ||
if: ${{matrix.os == 'ubuntu-latest'}} | ||
with: | ||
path: packages/cli-e2e/verdaccio | ||
key: verdaccio-${{matrix.os}}-${{ github.sha }}-${{ github.run_attempt }} | ||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3 | ||
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3 | ||
if: ${{matrix.os == 'windows-latest'}} | ||
with: | ||
path: packages\cli-e2e\verdaccio | ||
|
@@ -204,12 +204,12 @@ jobs: | |
- name: Install locked NPM version. | ||
# TODO: CDX-1010 | Remove in CDX-1010. | ||
run: npm i -g [email protected] | ||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3 | ||
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3 | ||
if: ${{matrix.os == 'ubuntu-latest'}} | ||
with: | ||
path: packages/cli-e2e/verdaccio | ||
key: verdaccio-${{matrix.os}}-${{ github.sha }}-${{ github.run_attempt }} | ||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3 | ||
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3 | ||
if: ${{matrix.os == 'windows-latest'}} | ||
with: | ||
path: packages\cli-e2e\verdaccio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.