Skip to content

Commit

Permalink
Merge pull request #35 from Uniswap/fix-tests
Browse files Browse the repository at this point in the history
update package to fix tests
  • Loading branch information
robert-seitz-uniswap authored Jul 11, 2024
2 parents 61c6090 + 25ba41f commit e903f4d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 355 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "12"
node-version: "16"

- name: Load secret
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0
Expand All @@ -32,7 +32,7 @@ jobs:
NPM_TOKEN: op://npm-deploy/npm-runner-token/secret

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install

- name: Tests pass
run: yarn test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install --frozen-lockfile
node-version: 16
- run: yarn install
- run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@uniswap/default-token-list": "*11.1.0",
"@uniswap/token-list-bridge-utils": "^2.0.0",
"@uniswap/token-list-bridge-utils": "^2.3.0",
"@uniswap/token-lists": "^1.0.0-beta.31",
"ajv": "^6.12.3",
"chai": "^4.2.0",
Expand Down
Loading

0 comments on commit e903f4d

Please sign in to comment.