-
Notifications
You must be signed in to change notification settings - Fork 6
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
* chore(deps): update all dependencies j:cdx-227 * refresh snapshots * fix: build Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Louis Bompart <[email protected]>
- Loading branch information
1 parent
c07eace
commit 1dbcd3c
Showing
23 changed files
with
16,965 additions
and
2,872 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
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
git config --global core.autocrlf false | ||
git config --global core.eol lf | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 | ||
- uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 | ||
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
|
@@ -50,7 +50,7 @@ jobs: | |
git config --global core.autocrlf false | ||
git config --global core.eol lf | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 | ||
- uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 | ||
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 | ||
with: | ||
node-version: ${{matrix.node}} | ||
cache: 'npm' | ||
|
@@ -81,7 +81,7 @@ jobs: | |
TEST_RUN_ID: 'id${{ matrix.os }}-${{ github.sha }}-${{ github.run_attempt }}g' | ||
steps: | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 | ||
- uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 | ||
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 | ||
with: | ||
node-version: ${{matrix.node}} | ||
cache: 'npm' | ||
|
@@ -116,16 +116,16 @@ jobs: | |
runs-on: ${{matrix.os}} | ||
steps: | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 | ||
- uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 | ||
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 | ||
with: | ||
node-version: ${{matrix.node}} | ||
cache: 'npm' | ||
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3 | ||
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # 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@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3 | ||
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3 | ||
if: ${{matrix.os == 'windows-latest'}} | ||
with: | ||
path: packages\cli-e2e\verdaccio | ||
|
@@ -192,7 +192,7 @@ jobs: | |
git config --global core.autocrlf false | ||
git config --global core.eol lf | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 | ||
- uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 | ||
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 | ||
with: | ||
node-version: ${{matrix.node}} | ||
cache: 'npm' | ||
|
@@ -204,13 +204,13 @@ jobs: | |
- name: Install locked NPM version. | ||
# TODO: CDX-1010 | Remove in CDX-1010. | ||
run: npm i -g [email protected] | ||
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3 | ||
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3 | ||
if: ${{matrix.os == 'ubuntu-latest'}} | ||
with: | ||
path: packages/cli-e2e/verdaccio | ||
key: verdaccio-${{matrix.os}}-${{ github.sha }}-${{ github.run_attempt }} | ||
restore-keys: verdaccio-${{matrix.os}}-${{ github.sha }} | ||
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3 | ||
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3 | ||
if: ${{matrix.os == 'windows-latest'}} | ||
with: | ||
path: packages\cli-e2e\verdaccio | ||
|
@@ -262,7 +262,7 @@ jobs: | |
CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}} | ||
steps: | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 | ||
- uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3 | ||
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 | ||
with: | ||
node-version: ${{matrix.node}} | ||
cache: 'npm' | ||
|
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
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
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.