Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jan 24, 2024
1 parent 6fb350f commit 64fd374
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
key: v5-deps-{{ checksum "package-lock.json" }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- run: npm install
- save_cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/e2e-smoke-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "npm"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "npm"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-esm-cjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-esm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-esm-mjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-noesm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install npm
run: npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install@12.17.4 --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx [email protected] install --force

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 64fd374

Please sign in to comment.