Skip to content

Commit

Permalink
Remove --prefer-offline flag from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Feb 5, 2024
1 parent 0650433 commit 6388c42
Show file tree
Hide file tree
Showing 28 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Install Docs
run: cd docs && pnpm install --frozen-lockfile --prefer-offline
run: cd docs && pnpm install --frozen-lockfile
- name: lint
run: cd docs && pnpm lint
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/comment-on-linter-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: lint
Expand All @@ -37,7 +37,7 @@ jobs:
run: node scripts/check-dependencies.js
- name: Install website
working-directory: docs/
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Lint website
working-directory: docs/
run: pnpm lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-chai-matchers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -61,7 +61,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -85,7 +85,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/hardhat-core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -62,7 +62,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -87,7 +87,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -112,7 +112,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Install @types/node
run: pnpm add --save-dev @types/node@${{ matrix.node }}
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-ethers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -61,7 +61,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -83,7 +83,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-foundry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -61,7 +61,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -85,7 +85,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-ledger-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -62,7 +62,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -84,7 +84,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-network-forking-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Cache network requests
uses: actions/cache@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-network-helpers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -61,7 +61,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -85,7 +85,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Cache artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-network-tracing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Cache artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-shorthand-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -61,7 +61,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -83,7 +83,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-solhint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -61,7 +61,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -83,7 +83,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hardhat-solpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -64,7 +64,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-toolbox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -69,7 +69,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -91,7 +91,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-truffle4-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -63,7 +63,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -85,7 +85,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-truffle5-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -63,7 +63,7 @@ jobs:
node-version: 16
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand All @@ -85,7 +85,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run tests
Expand Down
Loading

0 comments on commit 6388c42

Please sign in to comment.