Skip to content

Commit

Permalink
[fix] test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tbtstl committed Feb 22, 2024
1 parent d308269 commit 17a1a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10', '12', '14' ]
node: [ '12', '14' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand All @@ -21,4 +21,4 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"src"
],
"engines": {
"node": ">=10"
"node": ">=12"
},
"repository": {
"url": "https://github.com/Uniswap/token-lists",
Expand Down

0 comments on commit 17a1a18

Please sign in to comment.