Skip to content

Commit

Permalink
Merge pull request #122 from gnosisguild/dev
Browse files Browse the repository at this point in the history
migrate to new routes model & renovate dependencies
  • Loading branch information
jfschwarz authored Jul 17, 2024
2 parents e6f33ec + 31ff35a commit 8001b41
Show file tree
Hide file tree
Showing 2,097 changed files with 25,226 additions and 37,166 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- name: Build extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-api-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
cache: "npm"
cache-dependency-path: "fork-api/package-lock.json"
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/landing-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
cache: "yarn"
cache-dependency-path: "**/yarn.lock"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vnet-api-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
cache: "npm"
cache-dependency-path: "vnet-api/package-lock.json"
- run: npm install
Expand Down
1 change: 1 addition & 0 deletions extension/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"borderless",
"Bytecode",
"ccip",
"Checksummed",
"cowswap",
"Delegatecall",
"delegatecalls",
Expand Down
1 change: 0 additions & 1 deletion extension/.eslintignore

This file was deleted.

38 changes: 0 additions & 38 deletions extension/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 8001b41

Please sign in to comment.